diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.nims | 2 | ||||
-rw-r--r-- | tests/testField.nim | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/config.nims b/tests/config.nims new file mode 100644 index 0000000..ca28db4 --- /dev/null +++ b/tests/config.nims @@ -0,0 +1,2 @@ +switch("path", "$projectDir/../src") +switch("define", "unitTesting") diff --git a/tests/testField.nim b/tests/testField.nim new file mode 100644 index 0000000..74400b8 --- /dev/null +++ b/tests/testField.nim @@ -0,0 +1,3 @@ +import unittest + +include field |