summaryrefslogtreecommitdiff
path: root/tests/test-6.exp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-08-22 16:04:16 +0000
committerBruno Haible <bruno@clisp.org>2004-08-22 16:04:16 +0000
commitf969e5adb3dc74b667dd2b4e545517abaa395f8a (patch)
tree82e69d70ddcfc224dd73eb0dc4ab0701267840c5 /tests/test-6.exp
parente5f2f1dc440a3ce66cb12851074909a804ce3a7c (diff)
downloadgperf-f969e5adb3dc74b667dd2b4e545517abaa395f8a.tar.gz
Added --length-table-name option.
Diffstat (limited to 'tests/test-6.exp')
-rw-r--r--tests/test-6.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-6.exp b/tests/test-6.exp
index 86eba89..8a08b8f 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -71,6 +71,9 @@ Details in the output code:
-W, --word-array-name=NAME
Specify name of word list array. Default name is
'wordlist'.
+ --length-table-name=NAME
+ Specify name of length table array. Default name is
+ 'lengthtable'.
-S, --switch=COUNT Causes the generated C code to use a switch
statement scheme, rather than an array lookup table.
This can lead to a reduction in both time and space