Depend on jar
[cql-java-moved-to-github.git] / test / regression / Makefile
index 3298539..81a3b27 100644 (file)
@@ -1,13 +1,13 @@
-# $Id: Makefile,v 1.6 2002-11-20 22:50:45 mike Exp $
+# $Id: Makefile,v 1.9 2002-11-28 11:56:55 mike Exp $
 
 XMLCANONICALISER = cat
 # Change this to "./xmlpp.pl" if you want to check for equivalence
 
 test: sections/01/01.cql sections/01/01.xcql
-       ./runtests CQLParser $(XMLCANONICALISER)
+       ./runtests ../../bin/CQLParser $(XMLCANONICALISER)
 
 test-adam: sections/01/01.cql sections/01/01.xcql
-       ./runtests ../../../srw/cql/cqlparse3 $(XMLCANONICALISER)
+       ./runtests ../../../srw/cql/cql2xcql $(XMLCANONICALISER)
 
 test-rob: sections/01/01.cql sections/01/01.xcql
        ./runtests ../../../rob/CQLParser.py $(XMLCANONICALISER)
@@ -16,9 +16,9 @@ sections/01/01.cql: mktests queries.raw
        ./mktests queries.raw
 
 sections/01/01.xcql: mkanswers
-       ./mkanswers CQLParser
-# OR   ./mkanswers ../../srw/cql/cqlparse3
-# OR   ./mkanswers ../../rob/CQLParser.py
+       ./mkanswers ../../bin/CQLParser
+# OR   ./mkanswers ../../../srw/cql/cql2xcql
+# OR   ./mkanswers ../../../rob/CQLParser.py
 # Depending on which parser you want to use as your reference
 
 clean: