source: rtems/testsuites/psxtmtests/psxtmthread05/Makefile.am @ db08c38

4.115
Last change on this file since db08c38 was db08c38, checked in by Chirayu Desai <cdesai@…>, on 11/24/13 at 07:04:13

psxtmtests: Add psxtmthread05 for pthread_setschedparam

New test psxtmthread 05 uses two tasks and times lowering
the priority of one task plus the preemption and context switch
to the other task.

  • Property mode set to 100644
File size: 906 bytes
RevLine 
[db08c38]1MANAGERS = all
2
3rtems_tests_PROGRAMS = psxtmthread05
4psxtmthread05_SOURCES  = init.c
5psxtmthread05_SOURCES += ../../tmtests/include/timesys.h
6psxtmthread05_SOURCES += ../../support/src/tmtests_empty_function.c
7psxtmthread05_SOURCES += ../../support/src/tmtests_support.c
8
9dist_rtems_tests_DATA = psxtmthread05.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15OPERATION_COUNT = @OPERATION_COUNT@
16AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
17AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(psxtmthread05_OBJECTS) $(psxtmthread05_LDADD)
21LINK_LIBS = $(psxtmthread05_LDLIBS)
22
23psxtmthread05$(EXEEXT): $(psxtmthread05_OBJECTS) $(psxtmthread05_DEPENDENCIES)
24        @rm -f psxtmthread05$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.