mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 19:21:00 -04:00
[Decomp] Some more collision header files and speed up tests (#296)
* some more * faster tests * on by default
This commit is contained in:
@@ -18,6 +18,7 @@ class KernelTest : public testing::Test {
|
||||
printf("Starting GOAL Kernel...\n");
|
||||
runtime_thread = std::thread(GoalTest::runtime_with_kernel);
|
||||
runner.c = &compiler;
|
||||
compiler.run_test_from_string("(set! *use-old-listener-print* #t)");
|
||||
}
|
||||
|
||||
static void TearDownTestSuite() {
|
||||
|
||||
Reference in New Issue
Block a user