summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/exit03/exit03.doc
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 /testsuites/libtests/exit03/exit03.doc
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 'testsuites/libtests/exit03/exit03.doc')
-rw-r--r--testsuites/libtests/exit03/exit03.doc11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/libtests/exit03/exit03.doc b/testsuites/libtests/exit03/exit03.doc
new file mode 100644
index 0000000000..c575ef40fb
--- /dev/null
+++ b/testsuites/libtests/exit03/exit03.doc
@@ -0,0 +1,11 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: exit03
+
+directives:
+
+ exit()
+
+concepts:
+
+ Ensure exit() in a C++ application works.