new-project test - test the new project also
This commit is contained in:
1
projects/kiss-cli-tests/.gitignore
vendored
Normal file
1
projects/kiss-cli-tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
TestNewProject/
|
@@ -1,7 +0,0 @@
|
||||
package TestNewProject;
|
||||
|
||||
class Main {
|
||||
static function main() {
|
||||
Main_.main();
|
||||
}
|
||||
}
|
@@ -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
|
||||
|
Reference in New Issue
Block a user