[PATCH] make: Add gdbtestenv target.

Andreas Schneider asn at samba.org
Tue Jul 1 07:05:21 MDT 2014


This starts the sever components in a xterm with gdb.

Signed-off-by: Andreas Schneider <asn at samba.org>
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 5f220fa..a53c27a 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)
 
-- 
2.0.0




More information about the samba-technical mailing list