Improve test-harnesses and their associated scripts.
[cql-java-moved-to-github.git] / test / Makefile
1 # $Id: Makefile,v 1.1 2002-11-01 23:45:28 mike Exp $
2
3 sections/01/01.xcql: sections
4 #       ./mkanswers ../../rob/CQLParser.py
5         ./mkanswers ../../srw/cql/cqlparse3
6
7 sections: mktests raw
8         rm -rf sections
9         ./mktests raw
10
11 clean:
12         find sections -name '*.xcql' -print | xargs rm -f
13
14 distclean:
15         rm -rf sections
16