mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
decomp3: more engine stuff, support boxed stack arrays in compiler (#3424)
- `sync-info` - `trajectory` - `camera` - `cam-update` - `cam-states` - `cam-states-dbg` - `cam-master` - `cam-layout` - `cam-interface` - `cam-combiner` Closes #2016
This commit is contained in:
@@ -86,6 +86,10 @@ TEST_F(VariableTests, StackStructureAlignment) {
|
||||
shared_compiler->runner.run_static_test(testCategory, "stack-structure-align.gc", {"1234\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, StackBoxedArray) {
|
||||
shared_compiler->runner.run_static_test(testCategory, "stack-boxed-array.gc", {"36\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, GetSymbol) {
|
||||
shared_compiler->runner.run_static_test(testCategory, "get-symbol-1.static.gc",
|
||||
{"1375524\n"}); // 0x14fd24 in hex
|
||||
|
||||
Reference in New Issue
Block a user