aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-07 17:57:09 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-07 17:57:09 +0000
commit739c90f0ada61cf051a565505384d7b4c0e23d43 (patch)
tree74a25640800baf0526c232b5d45c2bf619095598 /tools/Makefile.am
parent55056551995b4e28b1acc663ae5cdeba1b1591f0 (diff)
Move a lot of common fuzz-test and randpkt-test code to its own file
(test-common.sh). Add build information to the error output as suggested in http://www.wireshark.org/lists/wireshark-dev/201212/msg00037.html svn path=/trunk/; revision=46446
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 792aeedb24..829f06f4d1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -125,6 +125,7 @@ EXTRA_DIST = \
rdps.py \
runlex.sh \
setuid-root.pl.in \
+ test-common.sh \
test-fuzzed-cap.sh \
textify.sh \
valgrind-wireshark.sh \