summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpcache01/smpcache01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpcache01/smpcache01.doc')
-rw-r--r--testsuites/smptests/smpcache01/smpcache01.doc16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/smptests/smpcache01/smpcache01.doc b/testsuites/smptests/smpcache01/smpcache01.doc
new file mode 100644
index 0000000000..f6041b254d
--- /dev/null
+++ b/testsuites/smptests/smpcache01/smpcache01.doc
@@ -0,0 +1,16 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpcache01
+
+directives:
+
+ - rtems_cache_flush_multiple_data_lines_processor_set
+ - rtems_cache_invalidate_multiple_data_lines_processor_set
+ - rtems_cache_flush_entire_data_processor_set
+ - rtems_cache_invalidate_entire_data_processor_set
+ - rtems_cache_invalidate_entire_instruction
+ - rtems_cache_invalidate_multiple_instruction_lines
+
+concepts:
+
+ - Ensure that cache related SMP messages are delivered properly.