mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-04-04 09:10:42 +01:00
15 lines
393 B
Plaintext
15 lines
393 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"
|
|
#include "binary_insert.dm"
|
|
#endif
|