mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
Implement gkernel: Part 1 (#150)
* start gkernel implementation * progress * more of kernel * swap to new dispatcher, will it work on windows * update
This commit is contained in:
@@ -81,4 +81,8 @@ TEST_F(VariableTests, Bitfields) {
|
||||
|
||||
TEST_F(VariableTests, InlineAsm) {
|
||||
runner.run_static_test(env, testCategory, "inline-asm.static.gc", {"1\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, StaticBitfieldField) {
|
||||
runner.run_static_test(env, testCategory, "static-bitfield-field.gc", {"22\n"});
|
||||
}
|
||||
Reference in New Issue
Block a user