summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-06-08 14:45:14 +1000
committerChris Johns <chrisj@rtems.org>2022-06-09 11:41:21 +1000
commit80aea6aee138dfa73dbce552e216fd9c4dd1fc05 (patch)
tree67a58dae306ca5cf55d8463924f450fb89a13151 /spec
parentarm/lpc32xx: Implement new interrupt directives (diff)
downloadrtems-80aea6aee138dfa73dbce552e216fd9c4dd1fc05.tar.bz2
testsuite/libtests: Add exit03 to test exit() with C++
Updates #4661
Diffstat (limited to 'spec')
-rw-r--r--spec/build/testsuites/libtests/exit03.yml20
-rw-r--r--spec/build/testsuites/libtests/grp.yml2
2 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/libtests/exit03.yml b/spec/build/testsuites/libtests/exit03.yml
new file mode 100644
index 0000000000..d9bd123de0
--- /dev/null
+++ b/spec/build/testsuites/libtests/exit03.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) 2022 Chris Johns (Contemporary Software)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cxx cxxprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/libtests/exit03/init.c
+- testsuites/libtests/exit03/stdio.cc
+stlib: []
+target: testsuites/libtests/exit03.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/libtests/grp.yml b/spec/build/testsuites/libtests/grp.yml
index 6d5005c467..93dee6be43 100644
--- a/spec/build/testsuites/libtests/grp.yml
+++ b/spec/build/testsuites/libtests/grp.yml
@@ -114,6 +114,8 @@ links:
- role: build-dependency
uid: exit02
- role: build-dependency
+ uid: exit03
+- role: build-dependency
uid: fcntl
- role: build-dependency
uid: flashdisk01