summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-28 18:57:25 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:19 +1100
commitba9ae79e0b6a92ef78db9c5efec98311d03550d8 (patch)
treecaa193b8621cafc6379683458b2e477caadd7c70 /wscript_build
parentdc42ad02f9b3039d311670d20d42c3e87d03b275 (diff)
downloadsamba-ba9ae79e0b6a92ef78db9c5efec98311d03550d8.tar.gz
samba-ba9ae79e0b6a92ef78db9c5efec98311d03550d8.tar.bz2
samba-ba9ae79e0b6a92ef78db9c5efec98311d03550d8.zip
build: added automated testing of our public headers
we generate test_headers.h, which includes all of our public headers, and check it compiles
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index ba47499126..9c60450a9a 100644
--- a/wscript_build
+++ b/wscript_build
@@ -113,6 +113,8 @@ bld.RECURSE('libds/common')
if bld.env.enable_s3build:
bld.RECURSE('source3')
+bld.RECURSE('testsuite/headers')
+
# install some extra empty directories
bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging")