diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-17 18:26:04 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-01-17 18:26:04 -0600 |
| commit | a97cd56a324cc7ce4158df09f3689684f89c48e7 (patch) | |
| tree | 6044e613a665cb1da425a5727a10e0ab55ccaa60 /tests | |
| parent | a18ab8fd1d5db37fcb4d88b6769fdc2be629257f (diff) | |
| download | nimterop-a97cd56a324cc7ce4158df09f3689684f89c48e7.tar.gz nimterop-a97cd56a324cc7ce4158df09f3689684f89c48e7.zip | |
Add tsoloud test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tsoloud.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim index 5a919f6..544c1af 100644 --- a/tests/tsoloud.nim +++ b/tests/tsoloud.nim @@ -1,6 +1,6 @@ import os, nimterop/[cimport, git] -gitPull("https://github.com/jarikomppa/soloud", "soloud", "include/*\nsrc & *\n") +gitPull("https://github.com/jarikomppa/soloud", "soloud", "include/*\nsrc/*\n") cDebug() |
