mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
//include unit test files in this module in this ifdef
|
|
//Keep this sorted alphabetically
|
|
|
|
#ifdef UNIT_TESTS
|
|
#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
|