mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 23:35:33 -04:00
e9567a6e4b
* Cleanup goalc tests, fix jak2 kernel bugs * fix warnings on linux * spelling is hard
8 lines
193 B
C++
8 lines
193 B
C++
#include "goalc/compiler/Compiler.h"
|
|
#include "gtest/gtest.h"
|
|
|
|
TEST(CompilerAndRuntime, ConstructCompiler) {
|
|
Compiler compiler1(GameVersion::Jak1);
|
|
Compiler compiler2(GameVersion::Jak2);
|
|
}
|