summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 7771a4ff..48f0abeb 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2548,6 +2548,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('log01', ['test_main']))
mod.addTest(mm.generator['test']('rcconf01', ['test_main']))
mod.addTest(mm.generator['test']('rcconf02', ['test_main']))
+ mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev']))
return mod
#