aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suite_unittests.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/suite_unittests.py b/test/suite_unittests.py
index ce42697921..7c1e644268 100644
--- a/test/suite_unittests.py
+++ b/test/suite_unittests.py
@@ -45,6 +45,12 @@ class case_unittests(subprocesstest.SubprocessTestCase):
'''wscbor_test'''
self.assertRun(program('wscbor_test'), env=base_env)
+ def test_unit_epan(self, program, base_env):
+ '''epan unit tests'''
+ self.assertRun((program('test_epan'),
+ '--verbose'
+ ), env=base_env)
+
def test_unit_wsutil(self, program, base_env):
'''wsutil unit tests'''
self.assertRun((program('test_wsutil'),