summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2012-04-06 11:32:12 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2012-04-06 11:32:12 +0300
commit9441e6762ced48005b0dd64cfafbd96ad02ef5ba (patch)
treef3b30807b6edcb047cfed09022d08d0a118a6a1b /test
parent20d043ccd51ae389cb189ac0c569cf9d714fbd31 (diff)
downloadlrexlib-9441e6762ced48005b0dd64cfafbd96ad02ef5ba.tar.gz
1. Define REX_CREATEGLOBALVAR only for Lua 5.1 build.
2. TRE: add macro REX_ADDWIDECHARFUNCS (undefined by default).
Diffstat (limited to 'test')
-rw-r--r--test/runtest.lua17
1 files changed, 5 insertions, 12 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index 54058c2..9fa38e7 100644
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -37,18 +37,11 @@ local function test_library (libname, setfile, verbose)
end
local avail_tests = {
- gnu = { lib = "rex_gnu", "common_sets", "emacs_sets", "gnu_sets" },
- posix = { lib = "rex_posix", "common_sets", "posix_sets", },
- spencer = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },
- posix1 = { lib = "rex_posix1", "common_sets", "posix_sets", "spencer_sets" },
- tre = { lib = "rex_tre", "common_sets", "posix_sets", "spencer_sets", --[["tre_sets"]] },
- lord = { lib = "rex_lord", "common_sets", "posix_sets" },
- maddock = { lib = "rex_maddock", "common_sets", "posix_sets", },
- pcreposix = { lib = "rex_pcreposix","common_sets", "posix_sets", },
- pcre = { lib = "rex_pcre", "common_sets", "pcre_sets", "pcre_sets2", },
- pcre_nr = { lib = "rex_pcre_nr", "common_sets", "pcre_sets", "pcre_sets2", },
- pcre45 = { lib = "rex_pcre45", "common_sets", "pcre_sets", "pcre_sets2", },
- onig = { lib = "rex_onig", "common_sets", "onig_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", },
+ spencer = { lib = "rex_spencer", "common_sets", "posix_sets", "spencer_sets" },
+ tre = { lib = "rex_tre", "common_sets", "posix_sets", "spencer_sets", --[["tre_sets"]] },
}
do