From 574cd83b5dc1a6c5c6d215c5c07434afa0e73ce4 Mon Sep 17 00:00:00 2001 From: Eshan dhawan Date: Sun, 15 Aug 2021 13:28:15 +0530 Subject: confstr() support for RTEMS Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan --- spec/build/testsuites/psxtests/grp.yml | 2 ++ spec/build/testsuites/psxtests/psxconfstr.yml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 spec/build/testsuites/psxtests/psxconfstr.yml (limited to 'spec/build/testsuites') diff --git a/spec/build/testsuites/psxtests/grp.yml b/spec/build/testsuites/psxtests/grp.yml index fb7ce465ae..8de96e7c7d 100644 --- a/spec/build/testsuites/psxtests/grp.yml +++ b/spec/build/testsuites/psxtests/grp.yml @@ -89,6 +89,8 @@ links: uid: psxcond02 - role: build-dependency uid: psxconfig01 +- role: build-dependency + uid: psxconfstr - role: build-dependency uid: psxdevctl01 - role: build-dependency diff --git a/spec/build/testsuites/psxtests/psxconfstr.yml b/spec/build/testsuites/psxtests/psxconfstr.yml new file mode 100644 index 0000000000..252fc4601d --- /dev/null +++ b/spec/build/testsuites/psxtests/psxconfstr.yml @@ -0,0 +1,20 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: test-program +cflags: [] +copyrights: +- Copyright (C) 2020 Eshan Dhawan (eshandhawan51@gmail.com) +cppflags: [] +cxxflags: [] +enabled-by: true +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/psxtests/psxconfstr/init.c +stlib: +- m +target: testsuites/psxtests/psxconfstr.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3