diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-10 12:31:03 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-10 12:31:03 -0500 |
commit | be984d3b0758dae281f2778b2ee07519715d474d (patch) | |
tree | ce2d9abc40f0362fbc00317f45203c4e3a45587e /test/testall.nim | |
parent | ca4cf242991ca46fea9cd94afe8207b8bb8fe2f1 (diff) | |
download | Nim-be984d3b0758dae281f2778b2ee07519715d474d.tar.gz |
Change test execution technique
Diffstat (limited to 'test/testall.nim')
-rw-r--r-- | test/testall.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testall.nim b/test/testall.nim index 214787264..71f486805 100644 --- a/test/testall.nim +++ b/test/testall.nim @@ -1 +1,3 @@ -include init +import nre +import init +import captures |