nimterop/tests/tnimterop_cpp.nim
Timothee Cour 6a4158dab4 fixup
2018-11-27 18:28:14 -05:00

17 lines
315 B
Nim

import nimterop/cimport
import unittest
cDebug()
cIncludeDir "$projpath/include"
cAddSearchDir "$projpath/include"
cCompile cSearchPath "test2.cpp"
cImport cSearchPath "test2.hpp"
check TEST_INT == 512
check TEST_FLOAT == 5.12
check TEST_HEX == 0x512
check test_call_int() == 5
var foo: Foo
check foo.bar == 0