mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Merge branch 'master' into sky-fix
This commit is contained in:
commit
3620ff3e0a
@ -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…
x
Reference in New Issue
Block a user