summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-04-18 15:46:26 +0100
committerReuben Thomas <rrt@sc3d.org>2012-04-18 15:46:26 +0100
commitd4adf8941cbf11eaa2e73593f78a5e965de80554 (patch)
treef30d9054f4bd84c3b5b48236c6b41300aee8f720
parent33f86c17d7893a33b0a8a5dfcaf9c0062e07a899 (diff)
downloadlrexlib-d4adf8941cbf11eaa2e73593f78a5e965de80554.tar.gz
runtest.lua: Add a test set for POSIX regex engine. (Thanks to Enrico Tassi.)
-rw-r--r--test/runtest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index 4121710..3c79970 100644
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -37,6 +37,7 @@ local function test_library (libname, setfile, verbose)
end
local avail_tests = {
+ posix = { lib = "rex_posix", "common_sets", "posix_sets" },
gnu = { lib = "rex_gnu", "common_sets", "emacs_sets", "gnu_sets" },
onig = { lib = "rex_onig", "common_sets", "onig_sets", },
pcre = { lib = "rex_pcre", "common_sets", "pcre_sets", "pcre_sets2", },