Began implementing the funge field
This commit is contained in:
parent
4a296c28ee
commit
9a5ff5f233
6 changed files with 135 additions and 0 deletions
2
tests/config.nims
Normal file
2
tests/config.nims
Normal file
|
@ -0,0 +1,2 @@
|
|||
switch("path", "$projectDir/../src")
|
||||
switch("define", "unitTesting")
|
3
tests/testField.nim
Normal file
3
tests/testField.nim
Normal file
|
@ -0,0 +1,3 @@
|
|||
import unittest
|
||||
|
||||
include field
|
Reference in a new issue