diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-03 13:13:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:39 -0500 |
commit | 8e2d624a588552f5d06f21fe37281615f3ec6296 (patch) | |
tree | 72d45a64cf0e3defd2537fb08596df58233d90be /source4/main.mk | |
parent | 6a92d816a7dc97b8ca8a1b2419c31515add5ac87 (diff) | |
download | samba-8e2d624a588552f5d06f21fe37281615f3ec6296.tar.gz samba-8e2d624a588552f5d06f21fe37281615f3ec6296.tar.xz samba-8e2d624a588552f5d06f21fe37281615f3ec6296.zip |
r24937: Merge tests spoolss RPC callbacks.
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752)
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk index a0fafec3a31..609560e4a72 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -315,7 +315,7 @@ quicktestone: all testenv: everything $(SELFTEST) --socket-wrapper --testenv -valgrindtest: valgrindtest-quick +valgrindtest: valgrindtest-all valgrindtest-quick: all SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \ @@ -332,7 +332,7 @@ valgrindtest-env: everything VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \ $(SELFTEST) --socket-wrapper --testenv -gdbtest: gdbtest-quick +gdbtest: gdbtest-all gdbtest-quick: all SMBD_VALGRIND="xterm -n smbd -e $(srcdir)/script/gdb_run " \ |