summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorYuriy Glukhov <yuriy.glukhov@gmail.com>2016-09-03 22:46:10 +0300
committerYuriy Glukhov <yuriy.glukhov@gmail.com>2016-09-03 22:46:10 +0300
commita994f142b5f47e36dc5bea8335ba0148b017bbb5 (patch)
treecdf7653ffeeab47cafeaeba302fca54e3f392a24 /tests
parentc43a7f3980ecd19ed78966f60d076af6ff2e420d (diff)
downloadNim-a994f142b5f47e36dc5bea8335ba0148b017bbb5.tar.gz
Enabled logging tests for js
Diffstat (limited to 'tests')
-rw-r--r--tests/testament/categories.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 29b6d9aba..eaf000f86 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -228,8 +228,8 @@ proc jsTests(r: var TResults, cat: Category, options: string) =
                    "varres/tvartup", "misc/tints", "misc/tunsignedinc"]:
     test "tests/" & testfile & ".nim"
 
-  for testfile in ["pure/strutils", "pure/json", "pure/random", "pure/times"]:
-    test "lib/" & testfile & ".nim"
+  for testfile in ["strutils", "json", "random", "times", "logging"]:
+    test "lib/pure/" & testfile & ".nim"
 
 # ------------------------- manyloc -------------------------------------------
 #proc runSpecialTests(r: var TResults, options: string) =