aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-13 19:58:19 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-13 19:58:19 +0000
commite60c1286b26e61eacfa302d815553cd977205776 (patch)
treeaca916fb7713d856a06436b1192be9c95d192fc8 /test/test.sh
parentf2590414a3dae69e6918ae2a2a3c84e55e7a3789 (diff)
Add a "fileformats" suite (copied from the I/O suite) to check file
format conversion. So far we check nanosecond pcap, microsecond pcap-ng and nanosecond pcap-ng against standard pcap. Fix color output on OS X. svn path=/trunk/; revision=41541
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 6517873171..b79a6f3a1b 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -62,6 +62,7 @@ source suite-clopts.sh
source suite-io.sh
source suite-capture.sh
source suite-unittests.sh
+source suite-fileformats.sh
#check prerequisites
@@ -93,6 +94,7 @@ test_suite() {
test_suite_add "File I/O" io_suite
test_suite_add "Capture" capture_suite
test_suite_add "Unit tests" unittests_suite
+ test_suite_add "File formats" fileformats_suite
}