mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
17 lines
411 B
Plaintext
17 lines
411 B
Plaintext
//include unit test files in this module in this ifdef
|
|
//Keep this sorted alphabetically
|
|
|
|
#ifdef UNIT_TESTS
|
|
#include "component_tests.dm"
|
|
#include "crafting_lists.dm"
|
|
#include "log_format.dm"
|
|
#include "map_templates.dm"
|
|
#include "reagent_id_typos.dm"
|
|
#include "rustg_version.dm"
|
|
#include "spawn_humans.dm"
|
|
#include "sql.dm"
|
|
#include "subsystem_init.dm"
|
|
#include "timer_sanity.dm"
|
|
#include "unit_test.dm"
|
|
#endif
|