test-fast for quick selftest in root dir
[DEVELOPMENT ENVIRONMENT] * NEW: Add shell script test-fast in root dir for quick selftest
This commit is contained in:
parent
39bf786af9
commit
e56fe65925
2 changed files with 10 additions and 1 deletions
9
test-fast
Executable file
9
test-fast
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
TESTSUITE="@Fast"
|
||||
|
||||
MYDIR=$(cd `dirname $0` && pwd)
|
||||
|
||||
$MYDIR/app/src/gambas3-selftest/run.sh fast
|
||||
|
||||
|
Loading…
Reference in a new issue