testsuite/cdev01: Add test for cdev functions.

This commit is contained in:
Christian Mauderer
2016-06-28 15:13:09 +02:00
parent 9a01ebf7d7
commit 8dacfe492e
5 changed files with 364 additions and 0 deletions

View File

@@ -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
#