mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 18:43:43 +01:00
20 lines
426 B
Plaintext
20 lines
426 B
Plaintext
// Hand crafted DME, will not work if saved with DreamMaker
|
|
|
|
// BEGIN_INTERNALS
|
|
// END_INTERNALS
|
|
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#define RUN_STATIC_FILE_TESTS
|
|
#define DME_NAME "long_running_test_rooted"
|
|
#include "tests/DMAPI/LongRunning/Config.dm"
|
|
#include "tests/DMAPI/test_prelude.dm"
|
|
#include "tests/DMAPI/LongRunning/Test.dm"
|
|
// END_INCLUDE
|