X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fregression%2FMakefile;h=81a3b278d81f4a7a511150b05477719ad95befc6;hb=00b61385371994aaf79ad06561e0d775754567ad;hp=e7cc2c34a05cbf308833784debb56abf90c2d7f4;hpb=9225a0994fd952b6ca44873e44e677cf570286b9;p=cql-java-moved-to-github.git diff --git a/test/regression/Makefile b/test/regression/Makefile index e7cc2c3..81a3b27 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2002-11-26 15:51:48 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 @@ -7,7 +7,7 @@ test: sections/01/01.cql sections/01/01.xcql ./runtests ../../bin/CQLParser $(XMLCANONICALISER) test-adam: sections/01/01.cql sections/01/01.xcql - ./runtests ../../../srw/cql/cqlshell $(XMLCANONICALISER) + ./runtests ../../../srw/cql/cql2xcql $(XMLCANONICALISER) test-rob: sections/01/01.cql sections/01/01.xcql ./runtests ../../../rob/CQLParser.py $(XMLCANONICALISER) @@ -17,7 +17,7 @@ sections/01/01.cql: mktests queries.raw sections/01/01.xcql: mkanswers ./mkanswers ../../bin/CQLParser -# OR ./mkanswers ../../../srw/cql/cqlshell +# OR ./mkanswers ../../../srw/cql/cql2xcql # OR ./mkanswers ../../../rob/CQLParser.py # Depending on which parser you want to use as your reference