diff options
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am new file mode 100644 index 0000000..eb40c2c --- /dev/null +++ b/src/test/Makefile.am @@ -0,0 +1,32 @@ +# Copyright (c) 2017-2024 OARC, Inc. +# Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden +# All rights reserved. +# +# This file is part of PacketQ. +# +# PacketQ is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# PacketQ is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with PacketQ. If not, see <http://www.gnu.org/licenses/>. + +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in + +CLEANFILES = test*.log test*.trs \ + test1.out test2.out test3.out test4.out test5.out test6.out test7.out \ + test8.out + +TESTS = test1.sh test2.sh test3.sh test4.sh test5.sh test6.sh test7.sh \ + test8.sh + +EXTRA_DIST = $(TESTS) \ + test1.gold test2.gold test3.gold test4.gold test5.gold test6.gold \ + test7.gold sql.txt test8.gold \ + dns.pcap dns6.pcap |