Skip to content

Commit

Permalink
add check_for_interrupt to boe_test
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jan 16, 2025
1 parent 62ddf3d commit 4cbe474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/catch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ std::string scenario_temp_dir_name = "test_scenario";
cCustomGraphics spec_scen_g;
cUniverse univ;

bool check_for_interrupt(std::string) { return false; }

// And these are referenced from the scenario code, though not used in test cases
#include "scenario/scenario.hpp"
#include "tools/undo.hpp"
Expand Down

0 comments on commit 4cbe474

Please sign in to comment.