]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- commit completed :)
[helm.git] / helm / software / helena / Makefile
index f943608eaf55d35df5cdfe9774f812a52a1794a5..8a12c90a909a735f98103efda67ca75131b5d621 100644 (file)
@@ -16,20 +16,22 @@ include Makefile.common
 
 XMLDIR  = $(HOME)/svn/helm_stable/www/lambdadelta
 
-INPUT = examples/grundlagen/grundlagen.aut
+INPUT = examples/grundlagen/grundlagen_2.aut
+
+INPUTFAST = examples/grundlagen/grundlagen_1.aut
 
 test-si: $(MAIN).opt etc
        @echo "  HELENA -p -o -c $(INPUT)"
        $(H)./$(MAIN).opt -p -o -c -S 3 -O $(XMLDIR) $(O) $(INPUT) > etc/log.txt
 
 test-si-fast: $(MAIN).opt etc
-       @echo "  HELENA -o -q $(INPUT)"
-       $(H)./$(MAIN).opt -o -q -S 1 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -o -q $(INPUTFAST)"
+       $(H)./$(MAIN).opt -o -q -S 1 $(O) $(INPUTFAST) > etc/log.txt
 
 profile: $(MAIN).opt etc
-       @echo "  HELENA -o -q $(INPUT) (30 TIMES)"
+       @echo "  HELENA -o -q $(INPUTFAST) (30 TIMES)"
        $(H)rm etc/log.txt
-       $(H)for T in `seq 30`; do ./$(MAIN).opt -o -q -s 3 -S 1 $(O) $(INPUT) >> etc/log.txt; done
+       $(H)for T in `seq 30`; do ./$(MAIN).opt -o -q -s 3 -S 1 $(O) $(INPUTFAST) >> etc/log.txt; done
        $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt
 
 xml-si: $(MAIN).opt etc