]> granicus.if.org Git - flex/commitdiff
separate out test descriptions
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 13 Mar 2002 15:57:32 +0000 (15:57 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 13 Mar 2002 15:57:32 +0000 (15:57 +0000)
tests/descriptions [new file with mode: 0644]

diff --git a/tests/descriptions b/tests/descriptions
new file mode 100644 (file)
index 0000000..55399f3
--- /dev/null
@@ -0,0 +1,20 @@
+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.