[Decomp] Some more collision header files and speed up tests (#296)

* some more

* faster tests

* on by default
This commit is contained in:
water111
2021-03-01 11:15:24 -05:00
committed by GitHub
parent b0686b1ea7
commit 8f68d35cbb
26 changed files with 1115 additions and 391 deletions
+1
View File
@@ -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() {