- Change the XCQL output to include the nasty and redundant
[cql-java-moved-to-github.git] / test / regression / Makefile
1 # $Id: Makefile,v 1.4 2002-11-20 01:15:15 mike Exp $
2
3 XMLCANONICALISER = ./xmlpp.pl
4 # Change this to "cat" if you want to check byte-for-byte identicality
5
6 test:
7         ./runtests CQLParser $(XMLCANONICALISER)
8
9 test-adam: sections/01/01.xcql
10         ./runtests ../../../srw/cql/cqlparse3 $(XMLCANONICALISER)
11
12 test-rob: sections/01/01.xcql
13         ./runtests ../../../rob/CQLParser.py $(XMLCANONICALISER)
14
15 reference: sections/01/01.xcql
16
17 sections/01/01.xcql: sections
18         ./mkanswers CQLParser
19 # OR    ./mkanswers ../../srw/cql/cqlparse3
20 # OR    ./mkanswers ../../rob/CQLParser.py
21 # Depending on which parser you want to use as your reference
22
23 sections: mktests queries.raw
24         rm -rf sections
25         ./mktests queries.raw
26
27 clean:
28         @echo "Nothing to do to 'make clean'"
29
30 totally-clean:
31         rm -rf sections
32