Initialize Tizen 2.3
[external/ragel.git] / test / README
1
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.
8
9 TXL is not open source, but a free download is available from the homepage.
10
11 http://www.txl.ca/
12
13 -Adrian