diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test1.nim | 1 | ||||
| -rw-r--r-- | tests/test1.nims | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test1.nim b/tests/test1.nim new file mode 100644 index 0000000..ba13c99 --- /dev/null +++ b/tests/test1.nim @@ -0,0 +1 @@ +doAssert(1 + 1 == 2) diff --git a/tests/test1.nims b/tests/test1.nims new file mode 100644 index 0000000..3bb69f8 --- /dev/null +++ b/tests/test1.nims @@ -0,0 +1 @@ +switch("path", "$projectDir/../src")
\ No newline at end of file |
