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:
Christof Thalhofer 2022-12-05 17:17:35 +01:00
parent 39bf786af9
commit e56fe65925
2 changed files with 10 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,9 @@
#! /bin/sh
TESTSUITE="@Fast"
MYDIR=$(cd `dirname $0` && pwd)
$MYDIR/app/src/gambas3-selftest/run.sh fast