summaryrefslogtreecommitdiff
path: root/source3/selftest/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'source3/selftest/wscript')
-rw-r--r--source3/selftest/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/wscript b/source3/selftest/wscript
index b3139d531c..0e3ee9ed64 100644
--- a/source3/selftest/wscript
+++ b/source3/selftest/wscript
@@ -120,6 +120,7 @@ def cmd_testonly(opt):
# tell build system where to find config.h
os.environ['CONFIG_H'] = 'bin/default/source3/include/config.h'
+ os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs')
st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done')
if os.path.exists(st_done):