summaryrefslogtreecommitdiff
path: root/test/suite-unittests.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-23 23:51:07 +0000
committerEvan Huus <eapache@gmail.com>2013-03-23 23:51:07 +0000
commit4ba4e1df703fd1c7c6b83f8cb3f53a886ac49931 (patch)
treecbdd4fa8560a36fd4ceedeb4f0d115f2bbf86bfc /test/suite-unittests.sh
parent65a6e058279c2bebedea2d4938cfbca7b1347931 (diff)
downloadwireshark-4ba4e1df703fd1c7c6b83f8cb3f53a886ac49931.tar.gz
Add wmem unit test binary (still empty) to nmake build and to
the unit test part of the test suite. Once I know it's building and running properly on the buildbots then I'll actually start writing tests. svn path=/trunk/; revision=48517
Diffstat (limited to 'test/suite-unittests.sh')
-rwxr-xr-xtest/suite-unittests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index d87563b820..05f1289ec0 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -78,6 +78,11 @@ unittests_step_tvbtest() {
unittests_step_test
}
+unittests_step_wmem_test() {
+ DUT=../epan/wmem/wmem_test
+ unittests_step_test
+}
+
unittests_cleanup_step() {
rm -f ./testout.txt
}
@@ -88,6 +93,7 @@ unittests_suite() {
test_step_add "exntest" unittests_step_exntest
test_step_add "reassemble_test" unittests_step_reassemble_test
test_step_add "tvbtest" unittests_step_tvbtest
+ test_step_add "wmem_test" unittests_step_wmem_test
}
#
# Editor modelines - http://www.wireshark.org/tools/modelines.html