summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorshmuz <shmuz>2008-05-02 14:14:15 +0000
committershmuz <shmuz>2008-05-02 14:14:15 +0000
commit66307816e5b4bf3f35825be054428d040481540d (patch)
tree17bf65cf9f414d51b33b90c7e96c4a1e77a75dec /test
parent530e5ff6453c8fd9f25b3d11b135420d3e4e54db (diff)
downloadlrexlib-66307816e5b4bf3f35825be054428d040481540d.tar.gz
GNU regex test added to the list of available tests.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index e581a17..22d8228 100755
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -37,6 +37,7 @@ local function test_library (libname, setfile, verbose)
end
local avail_tests = {
+ gnuregex = { lib = "rex_gnuregex", "common_sets", "posix_sets" },
posix = { lib = "rex_posix", "common_sets", "posix_sets", },
spencer = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },
posix1 = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },