mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 13:15:21 +08:00
testsuite/cdev01: Add test for cdev functions.
This commit is contained in:

committed by
Sebastian Huber

parent
be3aa09d95
commit
1229ace609
11
wscript
11
wscript
@@ -1250,6 +1250,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",
|
||||
features = "cprogram",
|
||||
cflags = cflags,
|
||||
includes = includes,
|
||||
source = test_cdev01,
|
||||
use = ["bsd"],
|
||||
lib = ["m", "z"],
|
||||
install_path = None)
|
||||
|
||||
test_vlan01 = ['testsuite/vlan01/test_main.c']
|
||||
bld.program(target = "vlan01",
|
||||
features = "cprogram",
|
||||
|
Reference in New Issue
Block a user