Skip to content

Commit

Permalink
smushes these together cuase they run fast assuming they dont runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 8, 2024
1 parent 147f175 commit 744d403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ jobs:
matrix:
arg: [
"BASIC_TESTS",
"CREATE_AND_DESTROY_TEST",
"PLANET_GEN_TEST",
"RUIN_PLACEMENT_TEST",
"SHIP_PLACEMENT_TEST"
]
uses: ./.github/workflows/run_integration_tests.yml
Expand Down
2 changes: 0 additions & 2 deletions code/_compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@

#ifdef ALL_TESTS
#define BASIC_TESTS
#define CREATE_AND_DESTROY_TEST
#define PLANET_GEN_TEST
#define RUIN_PLACEMENT_TEST
#define SHIP_PLACEMENT_TEST
#endif

Expand Down
11 changes: 3 additions & 8 deletions code/modules/unit_tests/_unit_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,18 @@
#include "teleporters.dm"
#include "timer_sanity.dm"

#include "create_and_destroy.dm"

#ifdef REFERENCE_TRACKING_DEBUG //Don't try and parse this file if ref tracking isn't turned on. IE: don't parse ref tracking please mr linter
#include "find_reference_sanity.dm"
#endif

#endif //BASIC_TESTS

#ifdef CREATE_AND_DESTROY_TEST
#include "create_and_destroy.dm"
#endif //CREATE_AND_DESTROY_TEST

#ifdef PLANET_GEN_TEST
#include "planet_gen.dm"
#endif //PLANET_GEN

#ifdef RUIN_PLACEMENT_TEST
#include "ruin_placement.dm"
#endif //RUIN_PLACEMENT_TEST
#endif //PLANET_GEN

#ifdef SHIP_PLACEMENT_TEST
#include "ship_outpost_placement.dm"
Expand Down

0 comments on commit 744d403

Please sign in to comment.