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

metze at samba.org metze at samba.org
Tue Apr 17 14:56:47 GMT 2007


Author: metze
Date: 2007-04-17 14:56:46 +0000 (Tue, 17 Apr 2007)
New Revision: 22310

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

Log:
- use 'everything' instead of 'all libraries'

- add gdbtest-env

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2007-04-17 14:05:00 UTC (rev 22309)
+++ branches/SAMBA_4_0/source/main.mk	2007-04-17 14:56:46 UTC (rev 22310)
@@ -289,25 +289,25 @@
     --skip=$(srcdir)/samba4-skip \
     $(TEST_OPTIONS) 
 
-test: all libraries
-	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --immediate
+test: everything
+	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) --immediate $(TESTS)
 
-testone: all libraries
-	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --one
+testone: everything
+	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) --one $(TESTS)
 
-test-swrap: all libraries
-	$(SELFTEST) --socket-wrapper --immediate $(TESTS) 
+test-swrap: everything
+	$(SELFTEST) --socket-wrapper --immediate $(TESTS)
 
-test-noswrap: all libraries
+test-noswrap: everything
 	$(SELFTEST) --immediate $(TESTS)
 
+quicktest: all
+	$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
+
 quicktestone: all
 	$(SELFTEST) --quick --socket-wrapper --one $(TESTS)
 
-quicktest: all
-	$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
-
-testenv: all libraries
+testenv: everything
 	$(SELFTEST) --socket-wrapper --testenv
 
 valgrindtest: valgrindtest-quick
@@ -317,12 +317,12 @@
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
 	$(SELFTEST) --quick --immediate --socket-wrapper
 
-valgrindtest-all: all libraries
+valgrindtest-all: everything
 	SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
 	$(SELFTEST) --immediate --socket-wrapper
 
-valgrindtest-env: all libraries
+valgrindtest-env: everything
 	SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
 	$(SELFTEST) --socket-wrapper --testenv
@@ -333,10 +333,14 @@
 	SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
 	$(SELFTEST) --immediate --quick --socket-wrapper
 
-gdbtest-all: all libraries
+gdbtest-all: everything
 	SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
 	$(SELFTEST) --immediate --socket-wrapper
 
+gdbtest-env: everything
+	SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
+	$(SELFTEST) --socket-wrapper --testenv
+
 wintest: all
 	$(SELFTEST) win
 



More information about the samba-cvs mailing list