aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 18:09:38 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-27 18:09:38 +0000
commit0de3f25145007a8010edc975fdca63e9513abf7c (patch)
tree155638ffa35cbe62f9328aeff505283ae0916421 /test
parent49d07196ad40f1f9af877337d5ca2be9313f40e1 (diff)
Re-enable unittests after determining that they work correctly
on Windows (and shouldn't cause the Windows buildbot any problems). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22686 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-unittests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index 511674a740..8db12cadcd 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -85,7 +85,7 @@ unittests_cleanup_step() {
unittests_suite() {
test_step_set_pre unittests_cleanup_step
test_step_set_post unittests_cleanup_step
-## 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 "exntest" unittests_step_exntest
+ test_step_add "reassemble_test" unittests_step_reassemble_test
+ test_step_add "tvbtest" unittests_step_tvbtest
}