summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authorAndrey Sobolev <andrey.sobolev@xored.com>2015-09-23 16:21:00 +0600
committerAndrey Sobolev <andrey.sobolev@xored.com>2015-09-23 16:21:00 +0600
commited103e8e382853a1fe7a377c2fc451c6b159f0b7 (patch)
tree1cd942c0e131c114083ac18816f58295af170708 /tests/testament
parentdf650823708ecea1fe27d0a0ffd09d95ebc29129 (diff)
downloadNim-ed103e8e382853a1fe7a377c2fc451c6b159f0b7.tar.gz
Added a test to check how gc works in emscripten.
Test will fail in emscripten and pass in normal environment.
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/categories.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 4de1edeee..afaf6c2f8 100644
--- a/tests/testament/categories.nim
+++ b/tests/testament/categories.nim
@@ -121,6 +121,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) =
     testSpec r, makeTest("tests/gc" / filename, options &
                   " -d:release --gc:markAndSweep", cat, actionRun)
 
+  test "gcemscripten"
   test "growobjcrash"
   test "gcbench"
   test "gcleak"