mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Add HolyMath's tests to TestSuite
This commit adds HolyMath's tests (HolyMathMat4, HolyMathVec) to the TestSuite.
This commit is contained in:
parent
ea9dab14d3
commit
af11396a28
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue