summaryrefslogtreecommitdiffstats
path: root/source3/selftest/wscript
Commit message (Collapse)AuthorAgeFilesLines
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-203/+0
| | | | | | | | | The s3-waf build system is a key component of the top level build, but with this commit is is no longer available directly. This reduces the number of build system combinations in master as we prepare for the Samba 4.0 release. Andrew Bartlett
* selftest Add binary mappings for samba3 selftestAndrew Bartlett2011-04-161-1/+6
| | | | | | | | | This will help us have a top level 'make test', working around the fact that the --eanble-s3build has different names for some of these binaries, without fixing the names forever (we can just change the mapping later). Andrew Bartlett
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-161-1/+1
| | | | | | Just have BINDIR, and have it default to ./bin Andrew Bartlett
* s3-waf: enable nss_winbind in make test for nss_wrapper.Günther Deschner2011-03-181-0/+1
| | | | Guenther
* waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".Günther Deschner2011-03-101-1/+3
| | | | Guenther
* s3-selftest convert tests.sh to pythonAndrew Bartlett2011-02-221-1/+1
| | | | | | | This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
* s3-selftest: revamp selftest wscript with s4 one.Günther Deschner2011-02-111-11/+11
| | | | Guenther
* s3-selftest: re-sync with s4-selftest wscript.Günther Deschner2011-01-101-6/+45
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 10 13:41:38 CET 2011 on sn-devel-104
* s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner2010-12-131-0/+1
| | | | | | | | | With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104
* s3-waf: add basic make test infrastructure, not able to test yet.Günther Deschner2010-09-291-0/+155
Guenther