From c89a741095a4ed4858ea41eee6c412c3fea2e68e Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 21 Jan 2019 01:35:42 -0600 Subject: Support cache disabling --- tests/tmath.nim | 1 + tests/tnimterop_c.nim | 1 + tests/tnimterop_cpp.nim | 1 + tests/tsoloud.nim | 1 + 4 files changed, 4 insertions(+) (limited to 'tests') 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" -- cgit v1.2.3