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

1
projects/kiss-cli-tests/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
TestNewProject/

View File

@@ -1,7 +0,0 @@
package TestNewProject;
class Main {
static function main() {
Main_.main();
}
}

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