summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_conftests.py
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06build: these chdir() calls break waf on HPUX. They are not neededAndrew Tridgell1-7/+0
2010-04-06s3-waf: fixed tests for charsetsAndrew Tridgell1-7/+4
Pair-Programmed-With: Kai
2010-04-06build: improved exception handling for systems without rpathAndrew Tridgell1-8/+3
2010-04-06build: much better rpath test functionAndrew Tridgell1-0/+106
This creates a full shared lib, and a binary that uses it. Then it tests that the binary runs correctly, relying on rpath Thanks to Thomas for the code for this!
2010-04-06build: Import conf decorator in samba_conftests.pyKai Blin1-1/+1
2010-04-06build: started a library of common config tests for s3/s4Andrew Tridgell1-0/+64
Pair-Programmed-With: Kai Blin <kai@samba.org>