mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
//include unit test files in this module in this ifdef
|
|
//Keep this sorted alphabetically
|
|
|
|
#ifdef UNIT_TESTS
|
|
#include "anchored_mobs.dm"
|
|
#include "component_tests.dm"
|
|
#include "reagent_id_typos.dm"
|
|
#include "reagent_recipe_collisions.dm"
|
|
#include "spawn_humans.dm"
|
|
#include "subsystem_init.dm"
|
|
#include "timer_sanity.dm"
|
|
#include "unit_test.dm"
|
|
#endif
|