- Support for C++ wrapping

- Fix module naming
- Remove file caching
- Fix bug that was deleting .nim file
- Add test case
This commit is contained in:
Ganesh Viswanathan 2017-11-13 16:42:56 -06:00
commit a02cbbeeba
3 changed files with 96 additions and 91 deletions

8
tests/nimgentest.nims Normal file
View file

@ -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")