We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db4818 commit a9b0188Copy full SHA for a9b0188
2 files changed
code/__HELPERS/_logging.dm
@@ -29,7 +29,7 @@
29
#define testing(msg)
30
#endif
31
32
-#ifdef UNIT_TESTS
+#if defined(UNIT_TESTS) || defined(SPACEMAN_DMM)
33
/proc/log_test(text)
34
WRITE_LOG(GLOB.test_log, text)
35
SEND_TEXT(world.log, text)
code/modules/unit_tests/_unit_tests.dm
@@ -1,7 +1,7 @@
1
//include unit test files in this module in this ifdef
2
//Keep this sorted alphabetically
3
4
5
#include "anchored_mobs.dm"
6
#include "component_tests.dm"
7
#include "reagent_id_typos.dm"
0 commit comments