]> 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 81e30eab3793606589f8d6bf55b62dfa1c155486..d79c2661dbcdea785e51ae4af7f599e5a8cb090e 100644 (file)
@@ -31,3 +31,9 @@ generate:
                > ../../../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