mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 18:33:33 +08:00
testsuite/pf02: Add interactive pf test.
This commit is contained in:
@@ -34,7 +34,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
# C/C++ flags
|
||||
common_flags = []
|
||||
common_flags += ["-O0"]
|
||||
common_flags += ["-O2"]
|
||||
common_flags += ["-g"]
|
||||
common_flags += ["-fno-strict-aliasing"]
|
||||
common_flags += ["-ffreestanding"]
|
||||
@@ -1407,6 +1407,16 @@ def build(bld):
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_pf02 = ['testsuite/pf02/test_main.c']
|
||||
bld.program(target = "pf02.exe",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
includes = includes,
|
||||
source = test_pf02,
|
||||
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