mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 12:31:27 +08:00
testsuite/pf02: Add interactive pf test.
This commit is contained in:

committed by
Sebastian Huber

parent
ccd0ebc9f0
commit
09ab4312c8
10
wscript
10
wscript
@@ -1179,6 +1179,16 @@ def build(bld):
|
||||
relative_trick = True)
|
||||
|
||||
# Tests
|
||||
test_pf02 = ['testsuite/pf02/test_main.c']
|
||||
bld.program(target = "pf02",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
includes = includes,
|
||||
source = test_pf02,
|
||||
use = ["bsd"],
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_init01 = ['testsuite/init01/test_main.c']
|
||||
bld.program(target = "init01",
|
||||
features = "cprogram",
|
||||
|
Reference in New Issue
Block a user