aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 01:54:30 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 01:54:30 +0000
commit4500ada811ea413e215277e2fd14797267d17049 (patch)
tree5fa4a6142e849fef2173cf2f3e7746e7c3f46764 /test/test.sh
parentd522b2521626f1b5aa99c73780a6e738e04e6bb1 (diff)
Run the epan unittests as part of the test suite
svn path=/trunk/; revision=21309
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 3e6ca9bdb7..f13377f4da 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -61,6 +61,7 @@ source config.sh
source suite-clopts.sh
source suite-io.sh
source suite-capture.sh
+source suite-unittests.sh
#check prerequisites
@@ -91,6 +92,7 @@ test_suite() {
test_suite_add "Command line options" clopt_suite
test_suite_add "File I/O" io_suite
test_suite_add "Capture" capture_suite
+ test_suite_add "Unittests" unittests_suite
}