From a5b04dabd923fcb3a9d1586d9ff01bdc81de83ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Sep 2009 20:05:44 +0000 Subject: 2009-09-14 Joel Sherrill * Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very simple priority ceiling case that was previously only tested via the POSIX API. * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc, sp66/sp66.scn: New files. --- testsuites/sptests/sp66/sp66.scn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuites/sptests/sp66/sp66.scn (limited to 'testsuites/sptests/sp66/sp66.scn') diff --git a/testsuites/sptests/sp66/sp66.scn b/testsuites/sptests/sp66/sp66.scn new file mode 100644 index 0000000000..74490ae844 --- /dev/null +++ b/testsuites/sptests/sp66/sp66.scn @@ -0,0 +1,8 @@ +*** TEST 66 *** +Creating semaphore +Calling rtems_semaphore_obtain +Calling rtems_task_create +Calling rtems_task_start +Init Task_1: Obtaining semaphore +Calling semaphore release +*** END OF TEST 65 *** -- cgit v1.2.3