summaryrefslogtreecommitdiffstats
path: root/source4/selftest/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2009-01-301-1/+2
| | | | metze
* selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher2008-10-281-6/+7
| | | | metze
* Require separate option for quicktest include list rather than makingJelmer Vernooij2008-10-221-1/+1
| | | | assumptions about it.
* Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij2008-10-191-3/+3
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij2008-10-111-6/+9
| |\ | | | | | | | | | | | | Conflicts: selftest/selftest.pl
| * | Move selftest code to top-level.Jelmer Vernooij2008-09-181-3/+3
| | |
* | | Support "make test-X" to run all tests that match regex X.Jelmer Vernooij2008-10-111-0/+3
| |/ |/|
* | Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij2008-10-081-0/+3
| |
* | Rename smbd -> samba.Jelmer Vernooij2008-09-241-6/+6
|/ | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
* Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2008-07-151-1/+1
| | | | (This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced)
* Use variable for selftest directory.Jelmer Vernooij2008-06-251-1/+1
| | | | (This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b)
* Add samba4-slow file listing tests that succeed but are just slow.Jelmer Vernooij2008-05-291-17/+26
| | | | | | | Added a 'make slowtest' target that does run these tests. Also added some comments in the test lists files. (This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae)
* Allow connecting to screen.Jelmer Vernooij2008-02-191-2/+2
| | | | (This used to be commit a021408c9d78260b9abf7ebec4230b7958033a38)
* Start and kill kvm instance properly.Jelmer Vernooij2008-02-191-0/+3
| | | | (This used to be commit 78e49765a2ec5fac485dbf56143716e151b4b562)
* Add Kvm start code.Jelmer Vernooij2008-02-191-0/+3
| | | | (This used to be commit 6308c134b225dfa8574aa1370a7874ed6e572ccc)
* Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ↵Jelmer Vernooij2008-02-091-22/+17
| | | | | | makefile targets. (This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)
* r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.Jelmer Vernooij2007-12-241-6/+6
| | | | (This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
* r26560: Add script for running in valgrind.Jelmer Vernooij2007-12-241-4/+4
| | | | (This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82)
* r26546: Rather than having a gazillion targets, add output format variable ↵Jelmer Vernooij2007-12-211-6/+3
| | | | | | for 'make test'. (This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2)
* r26486: Use portable run-time library path environment variable.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
* r25737: Integrate more of the test recipe code into one file, useJelmer Vernooij2007-12-211-1/+1
| | | | | | | different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
* r25707: Move selftest makefile code to separate file.Jelmer Vernooij2007-12-211-0/+74
(This used to be commit 9714db7814fd43d2a10485c041bbb761360c0826)