]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/tptp2grafite/Makefile
A -> Univ
[helm.git] / helm / software / components / binaries / tptp2grafite / Makefile
index c8ea0ebf2f00858592a090117b057ba977b195dd..d79c2661dbcdea785e51ae4af7f599e5a8cb090e 100644 (file)
@@ -24,3 +24,16 @@ testall: tptp2grafite
        for X in `cat unit_equality_problems`; do\
                cat $(TPTPDIR)/$$X | ./tptp2grafite || echo ERROR PARSING $$X;\
        done
+
+generate:
+       for X in `cat unit_equality_problems`; do\
+               ./tptp2grafite -tptppath /home/tassi/TPTP-v3.1.1/ $$X \
+               > ../../../matita/tests/TPTP/$$X.ma || echo Failed: $$X; \
+       done
+
+parse:
+       for X in `cat unit_equality_problems`; do\
+         echo "Parsing $$X"; \
+               ./tptp2grafite -tptppath /home/tassi/TPTP-v3.1.1/ $$X \
+               > /dev/null || echo Failed: $$X; \
+       done