aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-16 17:13:15 -0600
committerGanesh Viswanathan <dev@genotrance.com>2019-01-16 17:13:15 -0600
commit114d502f13b721b55ff297074121d2f4cfeb014e (patch)
tree69643fc983cfd5af9ab41ea9f663fac52932a617 /tests
parente9a5ccc007207c89dfb6086dccb816f72fe492ee (diff)
downloadnimterop-114d502f13b721b55ff297074121d2f4cfeb014e.tar.gz
nimterop-114d502f13b721b55ff297074121d2f4cfeb014e.zip
Remove nimgen dependency, enable tmath test
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 bee2f29..d5a7166 100644
--- a/tests/tmath.nim
+++ b/tests/tmath.nim
@@ -3,6 +3,8 @@ import unittest
type
locale_t = object
+ mingw_ldbl_type_t = object
+ mingw_dbl_type_t = object
cDebug()