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 48f0abeb..8fe7a65b 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -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
#