mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-05-21 23:08:36 +01: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
|