--- /dev/null
+DESCRIPTION OF TESTS
+
+ TEMPLATE - A NO-OP skeleton scanner.
+ basic-nr - Simple scanner, non-reentrant.
+ basic-r - Simple scanner, reentrant.
+ bison-yylval - Reentrant scanner + pure parser. Requires bison.
+ bison-yylloc - Reentrant scanner + pure parser. Requires bison.
+ header-nr - Test generated header file, non-reentrant.
+ header-r - Test generated header file, reentrant.
+ include-by-buffer - YY_BUFFER_STATE, yy_push_state, etc.
+ include-by-reentrant - Nested scanners.
+ multiple-scanners-nr - #include and run two separate scanners, non-reentrant.
+ multiple-scanners-r - #include and run two separate scanners, reentrant.
+ prefix-nr - verify prefixes are working, nonreentrant.
+ prefix-r - verify prefixes are working, reentrant.
+ pthread - pthreads test. A NO-OP if libpthread not found.
+ string-nr - Scan strings, non-reentrant.
+ string-r - Scan strings, reentrant.
+ c-cpp-nr - Compile a C scanner with C++ compiler, nonreentrant.
+ c-cpp-r - Compile a C scanner with C++ compiler, reentrant.