summaryrefslogtreecommitdiff
path: root/testsuite/headers
AgeCommit message (Collapse)AuthorFilesLines
2011-03-16headers: cope with non-system popt in test_headersAndrew Tridgell1-1/+4
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 09:09:40 CET 2011 on sn-devel-104
2011-03-16headers: include Python.h first to avoid warningsAndrew Tridgell1-1/+1
2011-03-15build: fixed cflags for test_headerAndrew Tridgell1-0/+7
when using system libraries, we need the right cflags
2011-03-15build: added automated testing of our public headersAndrew Tridgell2-0/+77
we generate test_headers.h, which includes all of our public headers, and check it compiles