diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-17 15:06:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 15:06:32 +0000 |
commit | b754bfabb625d9ecac4939a156e0499e0f476370 (patch) | |
tree | a4aac963ba00a02e454c96a212df1f2adffda203 /tests/testament/categories.nim | |
parent | 399c5e38b7bf7a0998ca9ed4bce57c7092d59229 (diff) | |
parent | c93655e8b492dacbf35e5152e716035e112c899f (diff) | |
download | Nim-b754bfabb625d9ecac4939a156e0499e0f476370.tar.gz |
Merge pull request #7023 from yglukhov/unify-async
Unify async macro and futures for js and native targets
Diffstat (limited to 'tests/testament/categories.nim')
-rw-r--r-- | tests/testament/categories.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 5c845fc5c..90468e627 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -226,7 +226,8 @@ proc jsTests(r: var TResults, cat: Category, options: string) = "actiontable/tactiontable", "method/tmultim1", "method/tmultim3", "method/tmultim4", "varres/tvarres0", "varres/tvarres3", "varres/tvarres4", - "varres/tvartup", "misc/tints", "misc/tunsignedinc"]: + "varres/tvartup", "misc/tints", "misc/tunsignedinc", + "async/tjsandnativeasync"]: test "tests/" & testfile & ".nim" for testfile in ["strutils", "json", "random", "times", "logging"]: |