X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fregression%2FMakefile;h=e2f179d767158cc4cad39e13b9404955d13e1eb9;hb=9016c298036f9a56e873c7387cfc27cd6cf77bb9;hp=5831c9eb755678ad20d6ac9b60e9c622b546f8a6;hpb=98525ac4901f29de25923032c550d1e7faf2066f;p=cql-java-moved-to-github.git diff --git a/test/regression/Makefile b/test/regression/Makefile index 5831c9e..e2f179d 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2002-11-03 16:53:04 mike Exp $ +# $Id: Makefile,v 1.3 2002-11-08 16:31:24 mike Exp $ sections/01/01.xcql: sections ./mkanswers CQLParser @@ -10,14 +10,11 @@ sections: mktests queries.raw ./mktests queries.raw adam-tests: sections/01/01.xcql - ./runtests ../../srw/cql/cqlparse3 + ./runtests ../../../srw/cql/cqlparse3 cat rob-tests: sections/01/01.xcql - ./runtests ../../rob/CQLParser.py + ./runtests ../../../rob/CQLParser.py cat clean: - find sections -name '*.xcql' -print | xargs rm -f - -distclean: rm -rf sections