diff options
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/selftesthelpers.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 34d0e07282..cdbe9751f3 100644 --- a/selftest/selftesthelpers.py +++ b/selftest/selftesthelpers.py @@ -243,3 +243,8 @@ smbclient3 = binpath('smbclient3') smbtorture3 = binpath('smbtorture3') ntlm_auth3 = binpath('ntlm_auth3') net = binpath('net') +scriptdir = os.path.join(srcdir(), "script/tests") + +wbinfo = binpath('wbinfo') +dbwrap_tool = binpath('dbwrap_tool') +vfstest = binpath('vfstest') |