kiss-express projects smarter dts2hx handling. Close #164

This commit is contained in:
2022-10-10 02:11:43 +00:00
parent 4b3730a0af
commit ad0b193065
12 changed files with 77 additions and 25 deletions

View File

@@ -1,6 +1,15 @@
#! /bin/bash
# Test kiss new-project command
if [ -d TestNewProject ]; then
rm -rf TestNewProject
fi
cat new-project-input.txt | haxelib run kiss new-project && (cd TestNewProject && sh test.sh)
# Test kiss new-express-project command
if [ -d testnewexpressproject ]; then
rm -rf testnewexpressproject
fi
cat new-express-project-input.txt | haxelib run kiss new-express-project && (cd testnewexpressproject && sh test.sh)
# TODO test other kiss project templates