r8671: use much shorter names for the selftest directory and socket wrapper
[samba.git] / source4 / build / smb_build / makefile.pm
index 3e776f39f6f3685295e7c5c949ff2b386590298f..8a157d8032977e9e099205215759930d7df76609 100644 (file)
@@ -148,17 +148,17 @@ basics: idl proto_exists HEIMDAL_EXTERNAL
 test: @DEFAULT_TEST_TARGET@
 
 test-swrap: all
-       ./script/tests/selftest.sh @selftest_prefix@/prefix-test all SOCKET_WRAPPER
+       ./script/tests/selftest.sh @selftest_prefix@/st all SOCKET_WRAPPER
 
 test-noswrap: all
-       ./script/tests/selftest.sh @selftest_prefix@/prefix-test all
+       ./script/tests/selftest.sh @selftest_prefix@/st all
 
 quicktest: all
-       ./script/tests/selftest.sh @selftest_prefix@/prefix-test quick SOCKET_WRAPPER
+       ./script/tests/selftest.sh @selftest_prefix@/st quick SOCKET_WRAPPER
 
 valgrindtest: all
        SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
-       ./script/tests/selftest.sh @selftest_prefix@/prefix-test quick SOCKET_WRAPPER
+       ./script/tests/selftest.sh @selftest_prefix@/st quick SOCKET_WRAPPER
 
 __EOD__
 }