5004f20609
[INTERPRETER] * NEW: Remove the now useless testing specific code. * NEW: 'gbx3 -T' now just loads the 'gb.test' component and calls Test.Main() passing it the '-T' option argument. [GB.TEST] * NEW: Move 'gb.test' sources in '/main/lib'. * NEW: 'gb.test' has now a part written in C that allows him to load project classes on demand.
24 lines
1.2 KiB
Text
24 lines
1.2 KiB
Text
[General]
|
|
CurrentTests="TestAllAsserts.TestAssertEqualsFloat, TestAllAsserts.TestAssertEqualsObject, TestAllAsserts.TestAssertError, TestAllAsserts.TestAssertNotNull, TestCrashes, TestElse, TestError, TestFailures, TestInternals, TestSetup, TestSummary.DoSkip, TestSummary.DoSomeAsserts, TestSummary.DoTodo"
|
|
CurrentTestsuite="@Current"
|
|
|
|
[Testsuite ! Bailout]
|
|
Tests="TestBailout"
|
|
|
|
[Testsuite ! Crash]
|
|
Tests="TestCrashes"
|
|
|
|
[Testsuite ! Summary]
|
|
Tests="TestSummary"
|
|
|
|
[Testsuite @Current]
|
|
Tests="TestAllAsserts, TestCrashes"
|
|
|
|
[Testsuite Good (these have to succed)]
|
|
Tests="TestAllAsserts, TestElse, TestError, TestFailures, TestInternals, TestSetup, TestSummary.DoSkip, TestSummary.DoSomeAsserts, TestSummary.DoTodo"
|
|
|
|
[Testsuites]
|
|
43651952-d3ea-4a54-8ed2-648fef82dc49="TestAllAsserts.TestAssertEqualsFloat, TestAllAsserts.TestAssertEqualsObject, TestAllAsserts.TestAssertError, TestAllAsserts.TestAssertNotNull, TestCrashes, TestElse, TestError, TestFailures, TestInternals, TestSetup, TestSummary.DoSkip, TestSummary.DoSomeAsserts, TestSummary.DoTodo"
|
|
All good tests="TestAllAsserts, TestCrashes, TestElse, TestError, TestFailures, TestInternals, TestSetup, TestSummary.DoSkip, TestSummary.DoSomeAsserts, TestSummary.DoTodo"
|
|
Will Bail Out!!="TestBailout"
|
|
|