aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/nimgentest.nims8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
new file mode 100644
index 0000000..693d133
--- /dev/null
+++ b/tests/nimgentest.nims
@@ -0,0 +1,8 @@
+import ospaths
+import strutils
+
+for comp in @["nimbass", "nimfuzz", "nimssl"]:
+ cd(".."/comp)
+ exec "nimble install -y"
+ exec "nimble test"
+ cd(".."/"nimgen")