From e5f7da55ef778fdd904d6ff2a54d3d5e02debc17 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Aug 2006 04:14:34 +0000 Subject: r17768: This merges in the current version of Brad Henry's windows testing framework patch. There are some issues with the patch that I will discuss in a separate email to the list, but given the low (zero?) impact of the patch as it is, I think its better to integrate it now, then let Brad send some minor update patches later (This used to be commit 7232da0436ff1d84e419d268fee31a095bbb88b7) --- source4/main.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index ef2aba0643..bbc1489ec9 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -299,6 +299,9 @@ gdbtest-all: all SMBD_VALGRIND="xterm -n smbd -e gdb --args " \ $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all SOCKET_WRAPPER +wintest: all + $(srcdir)/script/tests/selftest.sh ${selftest_prefix} win + unused_macros: $(srcdir)/script/find_unused_macros.pl `find . -name "*.[ch]"` | sort -- cgit