unit->game tests, /tg/ assertions and allocations (#27646)

* unit->game tests, /tg/ assertions and allocations

* whoopsies

* fix lint
This commit is contained in:
warriorstar-orion
2024-12-21 21:19:33 +00:00
committed by GitHub
parent 79bad427c8
commit bb60a027bf
53 changed files with 304 additions and 243 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ SUBSYSTEM_DEF(ticker)
if(GLOB.configuration.general.enable_night_shifts)
SSnightshift.check_nightshift(TRUE)
#ifdef UNIT_TESTS
#ifdef GAME_TESTS
// Run map tests first in case unit tests futz with map state
GLOB.test_runner.RunMap()
GLOB.test_runner.Run()