mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 04:46:27 +08:00
Add a services base test.
This commit is contained in:
@@ -1389,6 +1389,16 @@ def build(bld):
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_rcconf02 = ['testsuite/rcconf02/test_main.c']
|
||||
bld.program(target = "rcconf02.exe",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
includes = includes,
|
||||
source = test_rcconf02,
|
||||
use = ["bsd"],
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_rwlock01 = ['testsuite/rwlock01/test_main.c']
|
||||
bld.program(target = "rwlock01.exe",
|
||||
features = "cprogram",
|
||||
|
Reference in New Issue
Block a user