summaryrefslogtreecommitdiffstats
path: root/source4/selftest/wscript
Commit message (Collapse)AuthorAgeFilesLines
* selftest: Move Samba4 selftest wscript to the top levelAndrew Bartlett2011-04-161-201/+0
|
* selftest: Start using the binary mapping at the python layer as wellAndrew Bartlett2011-04-161-1/+1
|
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-161-1/+1
| | | | | | Just have BINDIR, and have it default to ./bin Andrew Bartlett
* waf-selftest: allow to call "make test SUBUNIT_FORMATTER=cat".Günther Deschner2011-03-101-1/+3
| | | | Guenther
* s4-build: need EXPAND_VARIABLES() for terminal in make testAndrew Tridgell2011-02-101-1/+1
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 10 07:35:26 CET 2011 on sn-devel-104
* s4-selftest Fix valgrind and gdb options for top level buildAndrew Bartlett2011-02-091-2/+2
| | | | Andrew Bartlett
* s4-test: allow make test to work from top level directoryAndrew Tridgell2011-02-071-11/+16
| | | | | | | this fixes the path assumptions in Samba4 make test to allow it to work from the top level directory. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* selftest: add --list option.Jelmer Vernooij2010-12-101-1/+5
|
* selftest: When running on the buildfarm, pipe everything throughJelmer Vernooij2010-11-211-0/+2
| | | | | | | filter-subunit for the exit code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 21 23:56:23 CET 2010 on sn-devel-104
* s4-test: make sure the selftest prefix existsAndrew Tridgell2010-11-091-0/+3
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 9 00:05:22 UTC 2010 on sn-devel-104
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-051-0/+1
| | | | Thanks to Tridge for pointing out what exactly I had to change. :-)
* s4-test: if using a system version of ldb, override the ldb modules pathAndrew Tridgell2010-11-031-0/+5
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 3 04:13:22 UTC 2010 on sn-devel-104
* selftest: use full path for selftest.pl instead of relative pathsMatthieu Patou2010-10-181-1/+2
| | | | | | | | FindBin on solaris8 with perl 5.04 has problem to get the path of the called script if the script is called with a relative path. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 18 19:50:03 UTC 2010 on sn-devel-104
* build: make make tests SCREEN=1 work on freebsdMatthieu Patou2010-10-101-2/+2
|
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-021-0/+4
| | | | | | | | | | this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
* s4-selftest: silence warnings about bind chownAndrew Tridgell2010-10-021-0/+2
|
* s4-selftest: added --screen option for testAndrew Tridgell2010-10-021-4/+21
| | | | | | | | | | | | | | | | | | | you can now do: make test TESTS="some test" SCREEN=1 while in GNU screen, and all the samba servers will launch in their own new screen, named after the server name. You can also do: make test TESTS="some test" SCREEN=1 VALGRIND_SERVER=1 to run valgrind on each samba server, or make test TESTS="some test" SCREEN=1 GDBTEST=1 to run gdb on each server
* s4-selftest: Finish conversion of selftest.sh to Python.Jelmer Vernooij2010-10-011-1/+1
|
* s4-selftest: added a --fail-immediately option to s4 testAndrew Tridgell2010-09-281-0/+7
| | | | | | | this can be used to force an immediate test failure on the first failed test case. You can also use: make test FAIL_IMMEDIATELY=1
* s4-selftest: enable logging in valgrind server xtermAndrew Tridgell2010-09-151-1/+1
| | | | | when running with valgrind on the server, enable logging in the xterm so you get a permanent record of any errors
* selftest: Store the output of the last test run in st/subunit.Jelmer Vernooij2010-06-251-3/+10
| | | | | If a testrepository repository is present, add the test output when it has completed.
* s4:selftest: add --socket-wrapper[-keep]-pcap options to "waf test"Stefan Metzmacher2010-05-101-0/+10
| | | | metze
* s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵Stefan Metzmacher2010-04-151-8/+10
| | | | | | configure options metze
* selftest: make sure filter-subunit and format-subunit use unbuffered ioStefan Metzmacher2010-04-091-2/+2
| | | | metze
* s4-waf: added --gdbtest option for waf testAndrew Tridgell2010-04-091-1/+7
|
* selftest: Add --filtered-subunit option.Jelmer Vernooij2010-04-081-1/+6
|
* s4-waf: Support --load-list option.Jelmer Vernooij2010-04-081-1/+5
|
* build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy2010-04-081-4/+4
| | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-waf: format-subunit and filter-subunit are in python nowAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: filter-subunit has been renamedAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: added a --enable-selftest option as a shortcutAndrew Tridgell2010-04-061-0/+10
| | | | | This is equiavalent to --enable-uid-wrapper --enable-nss-wrapper --enable-socket-wrapper but is easier to remember!
* s4-waf: show the fully expanded test commandAndrew Tridgell2010-04-061-0/+2
| | | | this makes it easier to run it separately
* s4-waf: use the versions of perl/python found by configureAndrew Tridgell2010-04-061-4/+2
|
* s4-waf: don't assume perl takes -W optionAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: updated for new perl subunit options and filter nameAndrew Tridgell2010-04-061-2/+1
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: set CONFIG_H variable for selftestAndrew Tridgell2010-04-061-0/+3
|
* build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: don't hardcode python pathAndrew Tridgell2010-04-061-1/+1
|
* build: added --with-selftest-prefixAndrew Tridgell2010-04-061-3/+8
|
* build: support systems without rpathAndrew Tridgell2010-04-061-0/+3
|
* build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell2010-04-061-6/+3
|
* build: fixed st_done test completion codeAndrew Tridgell2010-04-061-3/+4
|
* build: added a lot more options to waf testAndrew Tridgell2010-04-061-20/+74
|
* build: waf test now depends on buildAndrew Tridgell2010-04-061-6/+10
|
* build: waf test now works (at least for some tests)Andrew Tridgell2010-04-061-11/+25
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+5
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: added ASN1, PIDL and ET build rulesAndrew Tridgell2010-04-061-0/+18
also added selftest example command