diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 21:08:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 21:08:13 +0000 |
commit | 8cf1b43148f689d41e29b4ba281b603acd9dd6c6 (patch) | |
tree | 4562b8f672b12e680383e0f27cda40a392c4386d /src/test/Makefile.am | |
parent | Adding upstream version 2.4.2+debian. (diff) | |
download | dnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.tar.xz dnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.zip |
Adding upstream version 2.5.0+debian.upstream/2.5.0+debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 9b3e7c2..377edea 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -1,9 +1,9 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in CLEANFILES = test*.log test*.trs \ - test2.out + test2.out test4.out test4err.out -TESTS = test1.sh test2.sh test3.sh +TESTS = test1.sh test2.sh test3.sh test4.sh EXTRA_DIST = $(TESTS) \ - datafile datafile2 updatefile + datafile datafile2 updatefile datafile3 datafile4 |