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
|
@ -272,7 +272,7 @@ End
|
|||
'' Assert.Error("division by zero")
|
||||
Public Sub Error(Optional Description As String) As Boolean
|
||||
|
||||
Return Ok( Error , Description)
|
||||
Return Ok(Error, Description)
|
||||
|
||||
End
|
||||
|
||||
|
|
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