mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
8 lines
183 B
Plaintext
8 lines
183 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"
|
|
#endif
|