Skip to content

Commit

Permalink
Move Monkestation-specific unit tests to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Jun 28, 2024
1 parent fe172c2 commit 4412074
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/unit_tests/_unit_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
#include "leash.dm"
#include "lesserform.dm"
#include "limbsanity.dm"
#include "linked_xenobio_pens.dm"
#include "load_map_security.dm"
#include "lungs.dm"
#include "machine_disassembly.dm"
Expand Down Expand Up @@ -231,6 +230,10 @@
#include "find_reference_sanity.dm"
#endif

// MONKESTATION ADDITION START - Put Monkestation-specific unit tests in its own folder
#include "~monkestation/_unit_tests.dm"
// MONKESTATION ADDITION END

#undef TEST_ASSERT
#undef TEST_ASSERT_EQUAL
#undef TEST_ASSERT_NOTEQUAL
Expand Down
4 changes: 4 additions & 0 deletions code/modules/unit_tests/~monkestation/_unit_tests.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Please place Monkestation-specific unit tests into this file, rather than the _unit_tests.dm file
// one directory above.

#include "linked_xenobio_pens.dm"

0 comments on commit 4412074

Please sign in to comment.