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:
G S Niteesh Babu
2020-12-04 13:40:47 +05:30
committed by Christian Mauderer
parent 9d2ed41fcb
commit f867e7b6f4
8 changed files with 418 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ links:
uid: write
- role: build-dependency
uid: writev
- role: build-dependency
uid: ofw01
type: build
use-after:
- rtemstest

View 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: []