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
|