mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 01:52:03 -04:00
jak1: Consolidate art-elts into a single file as is done in jak 2 (#2887)
Fixes #2167 Reduces test flakiness if ran on multiple threads and gets rid of a few hundred files from the source tree I believe this also makes #1434 irrelevant and it can be closed. --------- Co-authored-by: ManDude <7569514+ManDude@users.noreply.github.com>
This commit is contained in:
@@ -110,6 +110,8 @@ OfflineTestCompileResult compile(OfflineTestDecompiler& dc,
|
||||
{"test", "decompiler", "reference", config.game_name, "decompiler-macros.gc"});
|
||||
if (config.game_name == "jak2") {
|
||||
compiler.run_front_end_on_file({"goal_src", "jak2", "engine", "data", "art-elts.gc"});
|
||||
} else if (config.game_name == "jak1") {
|
||||
compiler.run_front_end_on_file({"goal_src", "jak1", "engine", "data", "art-elts.gc"});
|
||||
}
|
||||
|
||||
int total_lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user