mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +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
|