aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-21 01:35:42 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-21 01:35:42 -0600
commitc89a741095a4ed4858ea41eee6c412c3fea2e68e (patch)
tree003e6e31bae1b25038e5c836cbe1d47644a22b35 /tests
parent23a93e1d4266ee7982f629be00b8fa0390d79dce (diff)
downloadnimterop-c89a741095a4ed4858ea41eee6c412c3fea2e68e.tar.gz
nimterop-c89a741095a4ed4858ea41eee6c412c3fea2e68e.zip
Support cache disabling
Diffstat (limited to 'tests')
-rw-r--r--tests/tmath.nim1
-rw-r--r--tests/tnimterop_c.nim1
-rw-r--r--tests/tnimterop_cpp.nim1
-rw-r--r--tests/tsoloud.nim1
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"