summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp06/smp06.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp06/smp06.doc')
-rw-r--r--testsuites/smptests/smp06/smp06.doc22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/smptests/smp06/smp06.doc b/testsuites/smptests/smp06/smp06.doc
deleted file mode 100644
index 66f0fd8f59..0000000000
--- a/testsuites/smptests/smp06/smp06.doc
+++ /dev/null
@@ -1,22 +0,0 @@
-# COPYRIGHT (c) 1989-2011.
-# 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: smp06
-
-directives:
-
- rtems_task_create
- rtems_task_start
-
-concepts:
-
-+ Ensure that in an SMP system, when given a choice to preempt one of two
- threads at equal priority, the thread which has been running the longest
- is selected.