Merge branch 'master' into sky-fix

This commit is contained in:
TomAwezome 2022-06-28 18:13:51 -04:00 committed by GitHub
commit 3620ff3e0a
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");