Merge pull request #59 from xslendix/meth-tests

Add HolyMath's tests to TestSuite
This commit is contained in:
TomAwezome 2022-05-16 03:52:37 -04:00 committed by GitHub
commit 1f25307134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1820,6 +1820,9 @@ U0 OSTestSuite()
TS("TaskRep"); XTalkWait(task, "TaskRep;Sleep(750);\n");
TS("VideoRep"); XTalkWait(task, "VideoRep;Sleep(750);\n");
TS("SysRep"); XTalkWait(task, "SysRep;Sleep(750);\n");
// FIXME: Include TestF32, this is currently not possible since it requires HolyGL.
TS("HolyMathMat4"); TSFile("::/System/Math/Tests/TestMat4");
TS("HolyMathVec"); TSFile("::/System/Math/Tests/TestVec");
DeathWait(&task, TRUE);
ProgressBarsReset("ZealOS/OSTestSuite");