summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcxx01/spcxx01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-19 09:25:29 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-21 07:56:35 +0100
commit2158621366c19dc32418ace48f49f4474a40c669 (patch)
tree424b6457086884a6ed0cdbef8366c23992e03cbc /testsuites/sptests/spcxx01/spcxx01.doc
parenttftpfs: Some bug fixes (diff)
downloadrtems-2158621366c19dc32418ace48f49f4474a40c669.tar.bz2
Add aligned_alloc() and memalign()
Ensure that the C++17 aligned new operator works. Close #3666.
Diffstat (limited to 'testsuites/sptests/spcxx01/spcxx01.doc')
-rw-r--r--testsuites/sptests/spcxx01/spcxx01.doc11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/sptests/spcxx01/spcxx01.doc b/testsuites/sptests/spcxx01/spcxx01.doc
new file mode 100644
index 0000000000..669e6820ab
--- /dev/null
+++ b/testsuites/sptests/spcxx01/spcxx01.doc
@@ -0,0 +1,11 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: spcxx01
+
+directives:
+
+ - ::operator new()
+
+concepts:
+
+ - Ensure that the aligned new operator works.