gambas-source-code/.src/TesteStartRunner.module
Christof Thalhofer 5be88f560b keyboard control
2016-09-23 17:50:35 +02:00

12 lines
151 B
Text

' Gambas module file
Public Sub Main()
Dim r As New UnitTest
' Do Selftest:
r.DoSelfTest = True
'r.Test()
r.ShowTestForm()
End