testsuite/pf01: Add test that links PF.

This commit is contained in:
Christian Mauderer
2016-06-27 14:29:53 +02:00
parent 8dacfe492e
commit a9bd4224e8
4 changed files with 67 additions and 0 deletions

View File

@@ -2549,6 +2549,7 @@ def tests(mm):
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']))
mod.addTest(mm.generator['test']('pf01', ['test_main']))
return mod
#