mirror of
https://github.com/open-goal/jak-project
synced 2026-09-12 20:56:09 -04:00
Add support for stack integers (#135)
* add support for stack integers * update documentation * revise value type stack variables
This commit is contained in:
@@ -219,6 +219,11 @@ TEST_F(WithGameTests, ApproxPi) {
|
||||
get_test_pass_string("approx-pi", 4));
|
||||
}
|
||||
|
||||
TEST_F(WithGameTests, ApproxPiStack) {
|
||||
runner.run_static_test(env, testCategory, "test-approx-pi-stack.gc",
|
||||
get_test_pass_string("approx-pi-stack", 4));
|
||||
}
|
||||
|
||||
TEST_F(WithGameTests, DynamicType) {
|
||||
runner.run_static_test(env, testCategory, "test-dynamic-type.gc",
|
||||
get_test_pass_string("dynamic-type", 4));
|
||||
|
||||
Reference in New Issue
Block a user