diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-28 18:57:25 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:19 +1100 |
commit | ba9ae79e0b6a92ef78db9c5efec98311d03550d8 (patch) | |
tree | caa193b8621cafc6379683458b2e477caadd7c70 /wscript_build | |
parent | dc42ad02f9b3039d311670d20d42c3e87d03b275 (diff) | |
download | samba-ba9ae79e0b6a92ef78db9c5efec98311d03550d8.tar.gz |
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_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index ba474991266..9c60450a9a7 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") |