summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index 8e6414b9..76cbf995 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -1377,6 +1377,16 @@ def build(bld):
lib = ["m", "z"],
install_path = None)
+ test_pf01 = ['testsuite/pf01/test_main.c']
+ bld.program(target = "pf01.exe",
+ features = "cprogram",
+ cflags = cflags,
+ includes = includes,
+ source = test_pf01,
+ use = ["bsd"],
+ lib = ["m", "z"],
+ install_path = None)
+
test_ping01 = ['testsuite/ping01/test_main.c']
bld.program(target = "ping01.exe",
features = "cprogram",