aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-12-26 13:25:45 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-12-26 13:25:45 -0600
commit34cb1715b876ac9dd09b97b938638f6beaff926b (patch)
tree4bb782e7ef4848796733e11dff30cae01cc7f10e /tests
parent0697feed0f79cdb1aceac0c4dfc04c170208e40c (diff)
downloadnimterop-34cb1715b876ac9dd09b97b938638f6beaff926b.tar.gz
nimterop-34cb1715b876ac9dd09b97b938638f6beaff926b.zip
Support for math expressions, nameless enums, uintptr, redundant typedef naming
Diffstat (limited to 'tests')
-rw-r--r--tests/tmath.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim
index 0479dda..bee2f29 100644
--- a/tests/tmath.nim
+++ b/tests/tmath.nim
@@ -4,6 +4,8 @@ import unittest
type
locale_t = object
+cDebug()
+
cAddStdDir()
cImport cSearchPath("math.h")