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