diff --git a/build-scripts/cs/test-cs.sh b/build-scripts/cs/test-cs.sh new file mode 100644 index 0000000..9b0ac40 --- /dev/null +++ b/build-scripts/cs/test-cs.sh @@ -0,0 +1,2 @@ +#! /bin/bash +./bin/cs/test/bin/TestMain \ No newline at end of file diff --git a/build-scripts/cs/test.hxml b/build-scripts/cs/test.hxml new file mode 100644 index 0000000..a68aede --- /dev/null +++ b/build-scripts/cs/test.hxml @@ -0,0 +1,3 @@ +-lib hxcs +-cs bin/cs/test +-cmd bash kiss/build-scripts/cs/test-cs.sh \ No newline at end of file