diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-26 13:25:45 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-26 13:25:45 -0600 |
| commit | 34cb1715b876ac9dd09b97b938638f6beaff926b (patch) | |
| tree | 4bb782e7ef4848796733e11dff30cae01cc7f10e /tests | |
| parent | 0697feed0f79cdb1aceac0c4dfc04c170208e40c (diff) | |
| download | nimterop-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.nim | 2 |
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") |
