]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- bug fix in the RTM
[helm.git] / helm / software / helena / Makefile
index 09dffb04d5c16803502285db674e263298021831..db940e3731864df649dc95f88a6968115f83d566 100644 (file)
@@ -10,7 +10,7 @@ KEEP = README
 
 CLEAN = etc/log.txt etc/profile.txt
 
-TAGS = test-si-fast test-si test-si-matita profile xml-si-crg xml-si matita matitac 
+TAGS = test-si-fast test-si test-si-matita test profile xml-si-crg xml-si matita matitac 
 
 include Makefile.common
 
@@ -40,10 +40,14 @@ test-si-matita matita/$(MA): $(MAIN).opt etc
        @echo "  HELENA -d -l -m -p -o $(INPUT)"
        $(H)./$(MAIN).opt -T 2 -a n -d -l -m $(PREAMBLE) -p -o $(O) $(INPUT) > etc/log.txt
 
+test: $(MAIN).opt etc
+       @echo "  HELENA -d -l $(INPUT)"
+       $(H)./$(MAIN).opt -l -o $(INPUT) -X -T 2 -d -l $(INPUT) > etc/log.txt
+
 profile: $(MAIN).opt etc
-       @echo "  HELENA -o -q $(INPUTFAST) (30 TIMES)"
+       @echo "  HELENA -o -q $(INPUTFAST) (31 TIMES)"
        $(H)rm -f etc/log.txt
-       $(H)for T in `seq 30`; do ./$(MAIN).opt -T 1 -o -q $(O) $(INPUTFAST) >> etc/log.txt; done
+       $(H)for T in `seq 31`; do ./$(MAIN).opt -T 1 -o -q $(O) $(INPUTFAST) >> etc/log.txt; done
        $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt
 
 xml-si-crg: $(MAIN).opt etc
@@ -61,3 +65,10 @@ matita: matita/$(MA)
 matitac: matita/$(MA)
        @echo "  MATITAC $(MA)"
        $(H)cd matita && $(MATITAC) $(MA)
+
+#profile-matita: $(MAIN).opt etc
+#      @echo "  HELENA -o $(INPUT) (1 TIMES)"
+#      $(H)rm -f etc/log.txt
+#      $(H)for T in `seq 1`; do ./$(MAIN).opt -T 1 -a n -l -m $(PREAMBLE) -o -x $(INPUT) >> etc/log.txt; done
+#      $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt
+