summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2012-04-06 14:12:09 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2012-04-06 14:12:09 +0300
commit732c0502885407e65042077436cb69c87dba4a95 (patch)
treeb4f73749ccc24446d5240387b28485b366f3a8e8 /test
parentb6cb93b0fc960334953287eade17fd62695d9a51 (diff)
downloadlrexlib-732c0502885407e65042077436cb69c87dba4a95.tar.gz
Fix and refactor.
Diffstat (limited to 'test')
-rw-r--r--test/runtest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index 9fa38e7..4121710 100644
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -38,7 +38,7 @@ end
local avail_tests = {
gnu = { lib = "rex_gnu", "common_sets", "emacs_sets", "gnu_sets" },
- onig = { lib = "rex_onig", "common_sets", "onig_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"]] },