A fix to the documentation makefile from John D. Mitchell.
[ragel.git] / test / README
blobbeb0c03fe266e16f2d071d5e68cac97a44bd9fac
2 The test suite now depends on TXL. Since the trend in Ragel is towards
3 independence of the host-language, tests are now being written in a fictional
4 mini-language designed for the purpose of testing ragel. The host language
5 test-cases are then generated using a TXL transformation. This allows one test
6 case to be run against all host languages in addition to all code generation
7 styles.
9 TXL is not open source, but a free download is available from the homepage.
11 http://www.txl.ca/
13 -Adrian