new-project test - test the new project also

This commit is contained in:
2022-10-09 19:25:26 +00:00
parent 6bc85c8a4e
commit de3e336b03
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/sh
#! /bin/bash
# Test kiss new-project command
cat new-project-input.txt | haxelib run kiss new-project
cat new-project-input.txt | haxelib run kiss new-project && (cd TestNewProject && sh test.sh)
# TODO test other kiss project templates