summaryrefslogtreecommitdiff
path: root/tests/descriptions
diff options
context:
space:
mode:
authorAaron Stone <sodabrew@users.sourceforge.net>2007-05-31 06:09:02 +0000
committerAaron Stone <sodabrew@users.sourceforge.net>2007-05-31 06:09:02 +0000
commite1f1e4ed53ca0d529272f9e1bace4de020e9deba (patch)
treedc683491ae6113c0069638200efdb2c29b162f21 /tests/descriptions
parent2ca08588608e04eeebc0e529d215cb3727b9e1d8 (diff)
Adding test cases for yylex_init_extra.
Diffstat (limited to 'tests/descriptions')
-rw-r--r--tests/descriptions1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/descriptions b/tests/descriptions
index b263bbb..40ae924 100644
--- a/tests/descriptions
+++ b/tests/descriptions
@@ -44,4 +44,5 @@ string-r - Scan strings, reentrant.
table-opts - Try every table compression option.
top - Test %top directive.
yyextra - Test yyextra.
+alloc-extra - Test yy_init_extra and providing your own yyalloc.
c++-yywrap - test yywrap in c++ scanner