From b6343c61002b421e4d578e9868bedc1f0f0b43d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Jul 2014 14:20:39 -0500 Subject: Enhance Semaphore Blocking and Readying Time Test Cases tm02 and tm03 were modified to be reused for multiple configurations of RTEMS Classic API Semaphores. This added tm31-36. The messages for tm02 and tm03 were modified to indicate the semaphore attributes. tm31 - tm36 were added. This resulted in the following cases: tm02 - rtems_semaphore_obtain: Counting/FIFO not available caller blocks tm03 - rtems_semaphore_release: Counting/FIFO task readied preempts caller tm31 - rtems_semaphore_obtain: Counting/priority not available caller blocks tm32 - rtems_semaphore_release: Counting/priority task readied preempts caller tm33 - rtems_semaphore_obtain: Binary/FIFO not available caller blocks tm34 - rtems_semaphore_release: Binary/FIFO task readied preempts caller tm35 - rtems_semaphore_obtain: Binary/priority not available caller blocks tm36 - rtems_semaphore_release: Binary/priority task readied preempts caller --- testsuites/tmtests/tm03/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/tmtests/tm03/Makefile.am') diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am index be850763cf..1f6d6fe689 100644 --- a/testsuites/tmtests/tm03/Makefile.am +++ b/testsuites/tmtests/tm03/Makefile.am @@ -13,6 +13,7 @@ include $(top_srcdir)/../automake/leaf.am OPERATION_COUNT = @OPERATION_COUNT@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/../support/include +AM_CPPFLAGS += -DTM03 LINK_OBJS = $(tm03_OBJECTS) LINK_LIBS = $(tm03_LDLIBS) -- cgit v1.2.3