summaryrefslogtreecommitdiff
path: root/src/unittest/test_config.h.in
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2018-03-16 08:41:33 +0100
committerGitHub <noreply@github.com>2018-03-16 08:41:33 +0100
commit6c184947c3886ce80aa9eb9807a700025a344442 (patch)
treea9c9cebb4b9ff2206f93ff02c00c4a801e6fa760 /src/unittest/test_config.h.in
parent5e61f64ce259fe0b23cbb377b44e90a0fbc820d7 (diff)
downloadminetest-6c184947c3886ce80aa9eb9807a700025a344442.tar.gz
minetest-6c184947c3886ce80aa9eb9807a700025a344442.tar.bz2
minetest-6c184947c3886ce80aa9eb9807a700025a344442.zip
Server: delegate mod management & config to ServerModConfiguration (#7131)
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests
Diffstat (limited to 'src/unittest/test_config.h.in')
-rw-r--r--src/unittest/test_config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unittest/test_config.h.in b/src/unittest/test_config.h.in
new file mode 100644
index 000000000..36850b00d
--- /dev/null
+++ b/src/unittest/test_config.h.in
@@ -0,0 +1,6 @@
+// Filled in by the build system
+
+#pragma once
+
+#define TEST_WORLDDIR "@TEST_WORLDDIR@"
+#define TEST_SUBGAME_PATH "@TEST_SUBGAME_PATH@"