e56fe65925
[DEVELOPMENT ENVIRONMENT] * NEW: Add shell script test-fast in root dir for quick selftest
9 lines
110 B
Bash
Executable file
9 lines
110 B
Bash
Executable file
#! /bin/sh
|
|
|
|
TESTSUITE="@Fast"
|
|
|
|
MYDIR=$(cd `dirname $0` && pwd)
|
|
|
|
$MYDIR/app/src/gambas3-selftest/run.sh fast
|
|
|
|
|