diff options
Diffstat (limited to 'city/test.lua')
-rw-r--r-- | city/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/city/test.lua b/city/test.lua new file mode 100644 index 0000000..dd4652f --- /dev/null +++ b/city/test.lua @@ -0,0 +1,3 @@ +local run_suite = require('minunit').run_suite + +suite('geometry-test') |