mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-21 03:23:29 +00:00
21 lines
356 B
Plaintext
21 lines
356 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
|
|
#include "Config.dm"
|
|
#include "../test_prelude.dm"
|
|
#ifndef DME_NAME
|
|
#define DME_NAME "long_running_test"
|
|
#endif
|
|
#include "Test.dm"
|
|
// END_INCLUDE
|