diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tmath.nim | 1 | ||||
| -rw-r--r-- | tests/tnimterop_c.nim | 1 | ||||
| -rw-r--r-- | tests/tnimterop_cpp.nim | 1 | ||||
| -rw-r--r-- | tests/tsoloud.nim | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim index d5a7166..f32a1f5 100644 --- a/tests/tmath.nim +++ b/tests/tmath.nim @@ -7,6 +7,7 @@ type mingw_dbl_type_t = object cDebug() +cDisableCaching() cAddStdDir() cImport cSearchPath("math.h") diff --git a/tests/tnimterop_c.nim b/tests/tnimterop_c.nim index 2218256..7123c80 100644 --- a/tests/tnimterop_c.nim +++ b/tests/tnimterop_c.nim @@ -2,6 +2,7 @@ import std/unittest import nimterop/cimport cDebug() +cDisableCaching() cDefine("FORCE") cIncludeDir "$projpath/include" diff --git a/tests/tnimterop_cpp.nim b/tests/tnimterop_cpp.nim index bed052c..a556818 100644 --- a/tests/tnimterop_cpp.nim +++ b/tests/tnimterop_cpp.nim @@ -2,6 +2,7 @@ import nimterop/cimport import unittest cDebug() +cDisableCaching() cIncludeDir "$projpath/include" cAddSearchDir "$projpath/include" diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim index 544c1af..6d3028d 100644 --- a/tests/tsoloud.nim +++ b/tests/tsoloud.nim @@ -3,6 +3,7 @@ import os, nimterop/[cimport, git] gitPull("https://github.com/jarikomppa/soloud", "soloud", "include/*\nsrc/*\n") cDebug() +cDisableCaching() const inc = "soloud/include" |
