Improve test-harnesses and their associated scripts.
[cql-java-moved-to-github.git] / test / README
1 $Id: README,v 1.1 2002-11-01 23:45:28 mike Exp $
2
3 "raw" is the file of test queries as provided by Rob.
4 "mktests" parses the raw file into sections and individual queries
5 "sections" is the top-level directory created by that program.
6   "01", "02" etc. represent the sections within the raw file
7     "01/name", "02/name", etc. contain the names of the sections.
8     "01/01.cql", "01/02.cql" etc. are the CQL queries themselves.
9 "mkanswers" uses a trusted CQL compiler to generate corresponding XCQL.
10     "01/01.xcql", "01/02.xcql" etc. are the compiled XCQL queries.
11 "Makefile" controls the building of all this.