summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpatomic01/smpatomic01.doc
diff options
context:
space:
mode:
authorWeiY <wei.a.yang@gmail.com>2013-01-26 00:01:17 +0800
committerGedare Bloom <gedare@rtems.org>2013-02-07 17:02:12 -0500
commit7e02305018cc7dff2a9039c2bd9b35badd0c79f9 (patch)
treea2b0673e785967722bf5558f098b56bf56adb332 /testsuites/smptests/smpatomic01/smpatomic01.doc
parenttests: atomic support for RTEMS. Uniprocessor tests for atomic ops. (diff)
downloadrtems-7e02305018cc7dff2a9039c2bd9b35badd0c79f9.tar.bz2
tests: atomic support for RTEMS. SMP tests for atomic operations.
Diffstat (limited to 'testsuites/smptests/smpatomic01/smpatomic01.doc')
-rw-r--r--testsuites/smptests/smpatomic01/smpatomic01.doc23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/smptests/smpatomic01/smpatomic01.doc b/testsuites/smptests/smpatomic01/smpatomic01.doc
new file mode 100644
index 0000000000..3d83245515
--- /dev/null
+++ b/testsuites/smptests/smpatomic01/smpatomic01.doc
@@ -0,0 +1,23 @@
+# COPYRIGHT (c) 1989-2012.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpatomic01
+
+directives:
+
+ _Atomic_Load_int
+ _Atomic_Load_long
+ _Atomic_Load_ptr
+ _Atomic_Load_32
+ _Atomic_Load_64
+
+concepts:
+
++ Ensure that the atomic load operations listed above behave as defined.