- 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:
parent
a515978acf
commit
a02cbbeeba
3 changed files with 96 additions and 91 deletions
8
tests/nimgentest.nims
Normal file
8
tests/nimgentest.nims
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue