summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack01/psxstack01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-07 00:42:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-07 00:42:47 +0000
commitc05f2010804e7c892e0e73b02948f6c77459e36f (patch)
tree287e00211812e93e1b0a31885369c56fbdb8f42d /testsuites/psxtests/psxstack01/psxstack01.scn
parent2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c05f2010804e7c892e0e73b02948f6c77459e36f.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test case for user providing their own stack to a POSIX thread. * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c, psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxstack01/psxstack01.scn7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxstack01/psxstack01.scn b/testsuites/psxtests/psxstack01/psxstack01.scn
new file mode 100644
index 0000000000..ef818b829e
--- /dev/null
+++ b/testsuites/psxtests/psxstack01/psxstack01.scn
@@ -0,0 +1,7 @@
+*** POSIX STACK ATTRIBUTE TEST 01 ***
+Init - Allocate stack from heap
+Init - Initialize thread attribute for user provided stack
+Init - let other thread run
+Test_Thread - running on user provided stack - OK
+Test_Thread - delete self
+*** END OF POSIX STACK ATTRIBUTE TEST 01 ***