summaryrefslogtreecommitdiff
path: root/source4/dynconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dynconfig.c')
-rw-r--r--source4/dynconfig.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/dynconfig.c b/source4/dynconfig.c
index 41728af57d..5b1074382c 100644
--- a/source4/dynconfig.c
+++ b/source4/dynconfig.c
@@ -88,3 +88,6 @@ _PUBLIC_ const char *dyn_JSDIR = JSDIR;
/** Where to find the winbindd socket */
_PUBLIC_ const char *dyn_WINBINDD_SOCKET_DIR = WINBINDD_SOCKET_DIR;
+
+/** Directory with subunit torture tests */
+_PUBLIC_ const char *dyn_TORTUREDIR = TORTUREDIR;