1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r25623: add 'make test-swrap-pcap' and 'make test-swrap-keep-pcap'

metze
This commit is contained in:
Stefan Metzmacher 2007-10-12 08:10:12 +02:00
parent eceed3f6d6
commit 398940031b

View 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)