Skip to content

Commit

Permalink
Fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Aug 5, 2024
1 parent 90fb796 commit 9d7b11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,7 @@ TEST_CASE("drive should emit all expected files for compiled_emerald_general")
ctx.output.path = parentDir;
ctx.subcommand = porytiles::Subcommand::DECOMPILE_PRIMARY;
ctx.err.printErrors = false;
ctx.decompilerConfig.normalizeTransparency = false;

REQUIRE(std::filesystem::exists(std::filesystem::path{"res/tests/compiled_emerald_general"}));
ctx.decompilerSrcPaths.primarySourcePath = "res/tests/compiled_emerald_general";
Expand Down Expand Up @@ -1399,6 +1400,7 @@ TEST_CASE("drive should emit all expected files for compiled_emerald_lilycove")
ctx.output.path = parentDir;
ctx.subcommand = porytiles::Subcommand::DECOMPILE_SECONDARY;
ctx.err.printErrors = false;
ctx.decompilerConfig.normalizeTransparency = false;

REQUIRE(std::filesystem::exists(std::filesystem::path{"res/tests/compiled_emerald_general"}));
ctx.decompilerSrcPaths.primarySourcePath = "res/tests/compiled_emerald_general";
Expand Down

0 comments on commit 9d7b11a

Please sign in to comment.