source: rtems/testsuites/sptests/sp07/Makefile.am @ 7f8a978

4.115
Last change on this file since 7f8a978 was 7f8a978, checked in by Sebastian Huber <sebastian.huber@…>, on 09/16/14 at 13:43:15

sptests/sp07: Minimize thread dispatch latency

Do not use sprintf() in thread dispatch critical sections to avoid
corruption of profiling samples. Update test to reflect thread the life
cycle changes.

  • Property mode set to 100644
File size: 595 bytes
Line 
1
2rtems_tests_PROGRAMS = sp07
3sp07_SOURCES = init.c task1.c task2.c task3.c task4.c \
4    taskexit.c tcreate.c tdelete.c trestart.c tstart.c system.h
5
6dist_rtems_tests_DATA = sp07.scn
7dist_rtems_tests_DATA += sp07.doc
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(sp07_OBJECTS)
17LINK_LIBS = $(sp07_LDLIBS)
18
19sp07$(EXEEXT): $(sp07_OBJECTS) $(sp07_DEPENDENCIES)
20        @rm -f sp07$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.