forked from Imagelibrary/rtems
libtests/ofw01: Added a test for RTEMS OFW
This commit adds a basic test that tests all the implemented RTEMS OFW functions.
This commit is contained in:
committed by
Christian Mauderer
parent
9d2ed41fcb
commit
f867e7b6f4
@@ -316,6 +316,8 @@ links:
|
||||
uid: write
|
||||
- role: build-dependency
|
||||
uid: writev
|
||||
- role: build-dependency
|
||||
uid: ofw01
|
||||
type: build
|
||||
use-after:
|
||||
- rtemstest
|
||||
|
||||
21
spec/build/testsuites/libtests/ofw01.yml
Normal file
21
spec/build/testsuites/libtests/ofw01.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: test-program
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2020 Niteesh G S
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
features: c cprogram
|
||||
includes: []
|
||||
ldflags:
|
||||
- -Wl,--wrap=bsp_fdt_get
|
||||
links: []
|
||||
source:
|
||||
- testsuites/libtests/ofw01/init.c
|
||||
- testsuites/libtests/ofw01/some.c
|
||||
stlib: []
|
||||
target: testsuites/libtests/ofw01.exe
|
||||
type: build
|
||||
use-after: []
|
||||
use-before: []
|
||||
Reference in New Issue
Block a user