mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-19 05:31:37 +08:00
testsuite/pf01: Add test that links PF.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user