summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadq01/spthreadq01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 19:02:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-09 19:02:41 +0000
commitab8c4ee27f3e455c4f573c7b6be9be45e6c50912 (patch)
treef73bcf0bd86d14cb6d3e900cc501db5b241690d8 /testsuites/sptests/spthreadq01/spthreadq01.scn
parent2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ab8c4ee27f3e455c4f573c7b6be9be45e6c50912.tar.bz2
2009-07-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test for Thread Queue extract a thread not blocked on a thread queue. * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c, spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spthreadq01/spthreadq01.scn6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/sptests/spthreadq01/spthreadq01.scn b/testsuites/sptests/spthreadq01/spthreadq01.scn
new file mode 100644
index 0000000000..6269660fde
--- /dev/null
+++ b/testsuites/sptests/spthreadq01/spthreadq01.scn
@@ -0,0 +1,6 @@
+*** TEST THREAD QUEUE TEST 01 ***
+Init - initialize thread queue for FIFO
+Init - _Thread_queue_Extract - thread not blocked on a thread queue
+Init - initialize thread queue for Priority
+Init - _Thread_queue_Extract - thread not blocked on a thread queue
+*** END OF TEST THREAD QUEUE TEST 01 ***