]> matita.cs.unibo.it Git - helm.git/commitdiff
-bugfix in the "profile" entry
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 25 Feb 2010 21:19:29 +0000 (21:19 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Thu, 25 Feb 2010 21:19:29 +0000 (21:19 +0000)
helm/software/lambda-delta/Makefile

index 1ea4aa7b9d89dd5300a2a87b7e1dba9de07bf9f6..3d8b6be48f1b139aaf7dbc5a05f652578db71ed5 100644 (file)
@@ -29,8 +29,9 @@ test-si-fast: $(MAIN).opt
 
 profile: $(MAIN).opt
        @echo "  HELENA -u -q $(INPUT) (30 TIMES)"
-       $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -S 1 $(O) automath/grundlagen.aut >> etc/log.txt; done
-       $(H)grep "at exit" etc/log.txt | sort | uniq | less
+       $(H)rm etc/log.txt
+       $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -s 0 -S 1 $(O) $(INPUT) >> etc/log.txt; done
+       $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile.txt
 
 hal: $(MAIN).opt
        @echo "  HELENA -o -x -m $(INPUT)"