summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/rcxx01.yml
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-10-03 16:13:24 +1000
committerChris Johns <chrisj@rtems.org>2020-10-08 11:01:59 +1100
commitcf95826089f36a42a69a1b12691e453428c0b2af (patch)
treef64e53515330198b512039e5d7e4ba9d5c5bdbb8 /spec/build/testsuites/libtests/rcxx01.yml
parentMisc: Correct spelling of occurred (diff)
downloadrtems-cf95826089f36a42a69a1b12691e453428c0b2af.tar.bz2
cpukit/librcxx: Add a C++ thread interface with attributes
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/libtests/rcxx01.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/libtests/rcxx01.yml b/spec/build/testsuites/libtests/rcxx01.yml
new file mode 100644
index 0000000000..864ad4d9d6
--- /dev/null
+++ b/spec/build/testsuites/libtests/rcxx01.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2020 Chris Johns (http://contemporary.software)
+cppflags: []
+cxxflags: [-std=c++17]
+enabled-by: true
+features: c cxx cxxprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/libtests/rcxx01/init.c
+- testsuites/libtests/rcxx01/thread.cpp
+stlib: []
+target: testsuites/libtests/rcxx01.exe
+type: build
+use-after: []
+use-before:
+- rtemsdefaultconfig
+- rtemscxx