summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-07-01 15:05:21 +0200
committerMichael Adam <obnox@samba.org>2014-07-02 08:03:15 +0200
commitfbd418d2f666c3e2af31d34667b63c03fdca6ca6 (patch)
tree351c0012498a2c179aeaaa91aad1abc87a0ffd6e /Makefile
parent6767d519c5c78aee2fdb3195530ec38cf2f08fb6 (diff)
downloadsamba-fbd418d2f666c3e2af31d34667b63c03fdca6ca6.tar.gz
make: Add gdbtestenv target.
This starts the sever components in a xterm with gdb. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f220fa3fad..a53c27af854 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ subunit-test:
testenv:
$(WAF) test --testenv $(TEST_OPTIONS)
+gdbtestenv:
+ $(WAF) test --testenv --gdbtest $(TEST_OPTIONS)
+
quicktest:
$(WAF) test --quick $(TEST_OPTIONS)