mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 04:28:13 +08:00
testsuite/cdev01: Add test for cdev functions.
This commit is contained in:
@@ -1205,6 +1205,17 @@ def build(bld):
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_cdev01 = ['testsuite/cdev01/test_cdev.c',
|
||||
'testsuite/cdev01/test_main.c']
|
||||
bld.program(target = "cdev01.exe",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
includes = includes,
|
||||
source = test_cdev01,
|
||||
use = ["bsd"],
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_commands01 = ['testsuite/commands01/test_main.c']
|
||||
bld.program(target = "commands01.exe",
|
||||
features = "cprogram",
|
||||
|
Reference in New Issue
Block a user