From a02cbbeebaf2c56850e6a6d1507063bf068ae0cb Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 13 Nov 2017 16:42:56 -0600 Subject: - Support for C++ wrapping - Fix module naming - Remove file caching - Fix bug that was deleting .nim file - Add test case --- tests/nimgentest.nims | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/nimgentest.nims (limited to 'tests') 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") -- cgit v1.2.3