Adding upstream version 2.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
07b818f278
commit
6dd69c3878
56 changed files with 405 additions and 112 deletions
|
@ -465,11 +465,17 @@ top_builddir = @top_builddir@
|
|||
top_srcdir = @top_srcdir@
|
||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||
CLEANFILES = test*.log test*.trs \
|
||||
test2.out test4.out test4err.out key.pem cert.pem test6.out
|
||||
test2.out test4.out test4err.out key.pem cert.pem test6.out \
|
||||
10queries.tmp.blob 10queries.tmp.out empty.out emptypayload.out \
|
||||
largesttcp.out largestudp.out missingpayload.out querywithcookie.out \
|
||||
shortpayload.out tooshortlength.out twoquerieswithnsid.out
|
||||
|
||||
TESTS = test1.sh test2.sh test3.sh test4.sh test5.sh test6.sh
|
||||
TESTS = test1.sh test2.sh test3.sh test4.sh test5.sh test6.sh test7.sh
|
||||
EXTRA_DIST = $(TESTS) \
|
||||
datafile datafile2 updatefile datafile3 datafile4 datafile5 datafile6
|
||||
datafile datafile2 updatefile datafile3 datafile4 datafile5 datafile6 \
|
||||
empty.blob emptypayload.blob largesttcp.blob largestudp.blob \
|
||||
missingpayload.blob querywithcookie.blob shortpayload.blob \
|
||||
tooshortlength.blob twoquerieswithnsid.blob
|
||||
|
||||
all: all-am
|
||||
|
||||
|
@ -701,6 +707,13 @@ test6.sh.log: test6.sh
|
|||
--log-file $$b.log --trs-file $$b.trs \
|
||||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||||
test7.sh.log: test7.sh
|
||||
@p='test7.sh'; \
|
||||
b='test7.sh'; \
|
||||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||||
--log-file $$b.log --trs-file $$b.trs \
|
||||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||||
.test.log:
|
||||
@p='$<'; \
|
||||
$(am__set_b); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue