diff options
author | Andrey Sobolev <andrey.sobolev@xored.com> | 2015-09-23 16:21:00 +0600 |
---|---|---|
committer | Andrey Sobolev <andrey.sobolev@xored.com> | 2015-09-23 16:21:00 +0600 |
commit | ed103e8e382853a1fe7a377c2fc451c6b159f0b7 (patch) | |
tree | 1cd942c0e131c114083ac18816f58295af170708 /tests/testament | |
parent | df650823708ecea1fe27d0a0ffd09d95ebc29129 (diff) | |
download | Nim-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.nim | 1 |
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" |