aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-03-10 14:12:18 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-03-10 14:12:18 -0500
commita7aa69f71df6cacf6b4923c1f16c4a0aa8c47d7b (patch)
tree462c7093f547940fdaf0635753c4398a9a35dd50 /nimterop.nimble
parentda9a1c983b02a0829e5054e23aab99ceacd6c79c (diff)
downloadnimterop-fast2.tar.gz
nimterop-fast2.zip
Merge newalgo branch ast2 functionalityfast2
Diffstat (limited to 'nimterop.nimble')
-rw-r--r--nimterop.nimble2
1 files changed, 2 insertions, 0 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index 24bbb4f..c33e78b 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -36,6 +36,8 @@ task docs, "Generate docs":
task test, "Test":
buildToastTask()
+ execTest "tests/tast2.nim"
+
execTest "tests/tnimterop_c.nim"
execCmd "nim cpp -f -r tests/tnimterop_cpp.nim"
execCmd "./nimterop/toast -pnk -E=_ tests/include/toast.h"