mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
28a2ecdfd3
* [jak2] goalc supports multiple projects * disable deci2 server if not debugging
12 lines
292 B
C++
12 lines
292 B
C++
#include <chrono>
|
|
#include <thread>
|
|
|
|
#include "game/runtime.h"
|
|
#include "goalc/compiler/Compiler.h"
|
|
#include "goalc/listener/Listener.h"
|
|
#include "gtest/gtest.h"
|
|
|
|
TEST(CompilerAndRuntime, ConstructCompiler) {
|
|
Compiler compiler1(GameVersion::Jak1);
|
|
Compiler compiler2(GameVersion::Jak2);
|
|
} |