Sort out the licence: I've settled on the LGPL.
[cql-java-moved-to-github.git] / test / regression / Makefile
index 5831c9e..e2f179d 100644 (file)
@@ -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