gambas-source-code/.src/TesteStartRunner.module
2016-09-23 14:44:19 +02:00

11 lines
132 B
Text

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