mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -04:00
[jak2] goalc supports multiple projects (#1619)
* [jak2] goalc supports multiple projects * disable deci2 server if not debugging
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// Test the game running without loading debug segments.
|
||||
// Test jak1 running without loading debug segments.
|
||||
|
||||
#include "goalc/compiler/Compiler.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "test/goalc/framework/test_runner.h"
|
||||
|
||||
TEST(GameNoDebugSegment, Init) {
|
||||
Compiler compiler;
|
||||
TEST(Jak1NoDebugSegment, Init) {
|
||||
Compiler compiler(GameVersion::Jak1);
|
||||
compiler.run_front_end_on_string("(build-kernel)");
|
||||
std::thread runtime_thread = std::thread(GoalTest::runtime_with_kernel_no_debug_segment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user