fix nat-archive-tool test

This commit is contained in:
2021-06-07 13:41:30 -06:00
parent c69b329a8e
commit 7ffd0bed77
4 changed files with 1 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
-D test
-lib kiss
-lib nat-archive-tool
-lib tink_json
-cp test
--main test.TestMain
--interp

View File

@@ -1,5 +0,0 @@
-lib kiss
-lib nat-archive-tool
-cp src
--main Main
--interp

View File

@@ -1,8 +0,0 @@
package;
import kiss.Kiss;
import kiss.Prelude;
import nat.Archive;
@:build(kiss.Kiss.build())
class Main {}

View File

@@ -1,2 +0,0 @@
(defun :Void main []
(print "Hello world!"))