mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 04:34:21 +00:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
//include unit test files in this module in this ifdef
|
|
|
|
#ifdef UNIT_TESTS
|
|
#include "unit_test.dm"
|
|
#include "reagent_recipe_collisions.dm"
|
|
#include "reagent_id_typos.dm"
|
|
#include "subsystem_init.dm"
|
|
#endif
|