Archived
1
0
Fork 0

Began implementing the funge field

This commit is contained in:
Julien Dessaux 2021-09-30 21:41:27 +02:00
parent 4a296c28ee
commit 9a5ff5f233
6 changed files with 135 additions and 0 deletions

2
tests/config.nims Normal file
View file

@ -0,0 +1,2 @@
switch("path", "$projectDir/../src")
switch("define", "unitTesting")

3
tests/testField.nim Normal file
View file

@ -0,0 +1,3 @@
import unittest
include field