summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spatomic01/spatomic01.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-18 17:46:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-19 10:05:48 +0100
commit4e3d9a4d6c76fba8e31138d503f736405dafc213 (patch)
tree06f7f77147e7fddba44d12a3e25b05f54ad865a2 /testsuites/sptests/spatomic01/spatomic01.scn
parentIMFS: Silence warning (diff)
downloadrtems-4e3d9a4d6c76fba8e31138d503f736405dafc213.tar.bz2
score: Make <rtems/score/atomic.h> available
Make <rtems/score/atomic.h> available for all RTEMS configurations. Use inline functions instead of macros. Use ISR disable/enable on uni-processor configurations to ensure atomicity. Update #2273.
Diffstat (limited to 'testsuites/sptests/spatomic01/spatomic01.scn')
-rw-r--r--testsuites/sptests/spatomic01/spatomic01.scn9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/sptests/spatomic01/spatomic01.scn b/testsuites/sptests/spatomic01/spatomic01.scn
new file mode 100644
index 0000000000..237efde239
--- /dev/null
+++ b/testsuites/sptests/spatomic01/spatomic01.scn
@@ -0,0 +1,9 @@
+*** BEGIN OF TEST SPATOMIC 1 ***
+=== static and dynamic initialization test case ===
+=== atomic simple add test case ===
+=== atomic simple sub test case ===
+=== atomic simple or test case ===
+=== atomic simple and test case ===
+=== atomic simple exchange test case ===
+=== atomic simple compare exchange test case ===
+*** END OF TEST SPATOMIC 1 ***