From a9bd4224e86c6f20bbf5f18a60af621c83f15c34 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Mon, 27 Jun 2016 14:29:53 +0200 Subject: testsuite/pf01: Add test that links PF. --- libbsd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libbsd.py') 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 # -- cgit v1.2.3