Add tests

This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent d24e596ce3
commit 49ebf7329a
5 changed files with 59 additions and 3 deletions

4
tests/config.nims Normal file
View File

@@ -0,0 +1,4 @@
switch("define", "nimUnittestOutputLevel:PRINT_FAILURES")
switch("warnings", false)
switch("hints", false)
switch("path", "$projectDir/../src")