summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorEshan dhawan <eshandhawan51@gmail.com>2021-08-15 13:28:15 +0530
committerJoel Sherrill <joel@rtems.org>2021-08-18 09:18:56 -0500
commit574cd83b5dc1a6c5c6d215c5c07434afa0e73ce4 (patch)
treecf8aff5d25c3bea7a66059f0f9a1d0200df5fe2f /spec
parentscore: Delete unused rtems_ada_self (diff)
downloadrtems-574cd83b5dc1a6c5c6d215c5c07434afa0e73ce4.tar.bz2
confstr() support for RTEMS
Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
-rw-r--r--spec/build/testsuites/psxtests/grp.yml2
-rw-r--r--spec/build/testsuites/psxtests/psxconfstr.yml20
3 files changed, 23 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 0abff9d439..48266d408b 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1009,6 +1009,7 @@ source:
- cpukit/posix/src/condtimedwait.c
- cpukit/posix/src/condwait.c
- cpukit/posix/src/condwaitsupp.c
+- cpukit/posix/src/confstr.c
- cpukit/posix/src/fork.c
- cpukit/posix/src/key.c
- cpukit/posix/src/keycreate.c
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
@@ -90,6 +90,8 @@ links:
- role: build-dependency
uid: psxconfig01
- role: build-dependency
+ uid: psxconfstr
+- role: build-dependency
uid: psxdevctl01
- role: build-dependency
uid: psxeintrjoin
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: []