diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-13 16:42:56 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2017-11-13 16:42:56 -0600 |
| commit | a02cbbeebaf2c56850e6a6d1507063bf068ae0cb (patch) | |
| tree | b08ad75e6040dd811fc4dcce3e76a48c0c903241 /tests | |
| parent | a515978acfa21961a9f797b365eaaea391803c81 (diff) | |
| download | nimgen-a02cbbeebaf2c56850e6a6d1507063bf068ae0cb.tar.gz nimgen-a02cbbeebaf2c56850e6a6d1507063bf068ae0cb.zip | |
- Support for C++ wrapping
- Fix module naming
- Remove file caching
- Fix bug that was deleting .nim file
- Add test case
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nimgentest.nims | 8 |
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") |
