summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 01:12:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-20 01:12:25 +0000
commit1938cc07dfb66d4192083ad0c91a9ae57c3b4a6c (patch)
treee65f002c53708aa203ef85c140eb5f5bacee9aef /testsuites/psxtests/configure.ac
parent2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1938cc07dfb66d4192083ad0c91a9ae57c3b4a6c.tar.bz2
2009-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add psxspin02 to exercise case where trylock is unable to obtain the spinlock and that attempting to unlock a spinlock from a thread which did not lock it works as expected. * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c, psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c: New files.
Diffstat (limited to 'testsuites/psxtests/configure.ac')
-rw-r--r--testsuites/psxtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac
index a0515e4908..b00b552215 100644
--- a/testsuites/psxtests/configure.ac
+++ b/testsuites/psxtests/configure.ac
@@ -65,6 +65,7 @@ psxrwlock01/Makefile
psxsem01/Makefile
psxsignal01/Makefile
psxspin01/Makefile
+psxspin02/Makefile
psxstat/Makefile
psxsysconf/Makefile
psxtime/Makefile