From cf95826089f36a42a69a1b12691e453428c0b2af Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 3 Oct 2020 16:13:24 +1000 Subject: cpukit/librcxx: Add a C++ thread interface with attributes --- spec/build/testsuites/libtests/rcxx01.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 spec/build/testsuites/libtests/rcxx01.yml (limited to 'spec/build/testsuites/libtests/rcxx01.yml') 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 -- cgit v1.2.3