r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Oct 2007 06:10:12 +0000 (08:10 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:42:57 +0000 (05:42 +0100)
metze
(This used to be commit 398940031ba4b8208d80c0e589b7235120cf3594)

source4/main.mk

index 1a6524cbf420c5cf48e2bbdf9d2102be3653a826..ec4d40548d906a7518485fdade1ce16f9837f0ce 100644 (file)
@@ -303,6 +303,12 @@ testone: everything
 test-swrap: everything
        $(SELFTEST) --socket-wrapper --immediate $(TESTS)
 
+test-swrap-pcap: everything
+       $(SELFTEST) --socket-wrapper-pcap --immediate $(TESTS)
+
+test-swrap-keep-pcap: everything
+       $(SELFTEST) --socket-wrapper-keep-pcap --immediate $(TESTS)
+
 test-noswrap: everything
        $(SELFTEST) --immediate $(TESTS)