summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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", },