]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- commit completed :)
[helm.git] / helm / software / helena / Makefile
index 9c1df551ff8cb2ee8665bec072b592979b073c50..8a12c90a909a735f98103efda67ca75131b5d621 100644 (file)
@@ -14,22 +14,24 @@ TAGS = test-si test-si-fast profile xml-si xml-si-crg
 
 include Makefile.common
 
-XMLDIR  = $(HOME)/svn/helm-stable/www/lambdadelta
+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