75aade57e92161ebc31e4a84eef079a9e1f46ab1
[cql-java-moved-to-github.git] / test / Makefile
1 # $Id: Makefile,v 1.2 2002-11-02 01:19:23 mike Exp $
2
3 tests: sections/01/01.xcql
4         ./runtests CQLParser cat
5
6 sections/01/01.xcql: sections
7         ./mkanswers ../../srw/cql/cqlparse3
8 # OR    ./mkanswers ../../rob/CQLParser.py
9
10 sections: mktests raw
11         rm -rf sections
12         ./mktests raw
13
14 clean:
15         find sections -name '*.xcql' -print | xargs rm -f
16
17 distclean:
18         rm -rf sections
19