summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-09 11:45:03 +0200
committerGünther Deschner <gd@samba.org>2008-10-09 11:46:02 +0200
commit4c68f3cd9b77414802bef08631ddb66325bfff4c (patch)
tree4d00a512448f14fc32068f975f4117b23bd6ac0f /source3/Makefile.in
parent298a918e953853d3b6fbb20e5984275db083bc9b (diff)
downloadsamba-4c68f3cd9b77414802bef08631ddb66325bfff4c.tar.gz
samba-4c68f3cd9b77414802bef08631ddb66325bfff4c.tar.bz2
samba-4c68f3cd9b77414802bef08631ddb66325bfff4c.zip
build: add "make test_wbpad" for checking winbind 32/64bit structure padding.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index eb6a05cba5..0ae32a0ef8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2769,6 +2769,10 @@ valgrindtest:: all torture timelimit
VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all "${smbtorture4_path}"
+# Check for Winbind struct 32/64bit padding
+test_wbpad:
+ @echo "Testing winbind request/response structure for 32/64bit padding"
+ @./script/tests/wb_pad.sh || exit 1;
##
## Examples: