From ba9ae79e0b6a92ef78db9c5efec98311d03550d8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 28 Feb 2011 18:57:25 +1100 Subject: build: added automated testing of our public headers we generate test_headers.h, which includes all of our public headers, and check it compiles --- wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript_build') 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") -- cgit