svn commit: samba r18780 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Thu Sep 21 06:42:52 GMT 2006


Author: jelmer
Date: 2006-09-21 06:42:52 +0000 (Thu, 21 Sep 2006)
New Revision: 18780

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18780

Log:
Add convenience "make testenv" to launch the xtermtest Andrew just added.

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-09-21 06:34:21 UTC (rev 18779)
+++ branches/SAMBA_4_0/source/main.mk	2006-09-21 06:42:52 UTC (rev 18780)
@@ -286,6 +286,9 @@
 quicktest: all
 	$(srcdir)/script/tests/selftest.sh ${selftest_prefix} quick SOCKET_WRAPPER
 
+testenv: all
+	$(srcdir)/script/tests/selftest.sh ${selftest_prefix} xterm SOCKET_WRAPPER
+
 valgrindtest: valgrindtest-quick
 
 valgrindtest-quick: all



More information about the samba-cvs mailing list