reorganize kiss into its own directory

This commit is contained in:
2020-12-05 18:35:09 -07:00
parent cebe5c23a6
commit 7ff7bab555
38 changed files with 21 additions and 21 deletions

View File

@@ -4,12 +4,12 @@
# Dependencies won't be installed first
# Test the Kiss compiler on every target language:
TEST_FILES=src/build-scripts/**/test.hxml
TEST_FILES=kiss/build-scripts/**/test.hxml
for TEST_FILE in $TEST_FILES
do
echo $TEST_FILE
haxe src/build-scripts/common-args.hxml src/build-scripts/common-test-args.hxml $TEST_FILE
haxe kiss/build-scripts/common-args.hxml kiss/build-scripts/common-test-args.hxml $TEST_FILE
if [ ! $? -eq 0 ]
then
exit 1