4.115
Last change
on this file since db08c38 was
db08c38,
checked in by Chirayu Desai <cdesai@…>, on Nov 24, 2013 at 7:04:13 AM
|
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
|
Line | |
---|
1 | MANAGERS = all |
---|
2 | |
---|
3 | rtems_tests_PROGRAMS = psxtmthread05 |
---|
4 | psxtmthread05_SOURCES = init.c |
---|
5 | psxtmthread05_SOURCES += ../../tmtests/include/timesys.h |
---|
6 | psxtmthread05_SOURCES += ../../support/src/tmtests_empty_function.c |
---|
7 | psxtmthread05_SOURCES += ../../support/src/tmtests_support.c |
---|
8 | |
---|
9 | dist_rtems_tests_DATA = psxtmthread05.doc |
---|
10 | |
---|
11 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
12 | include $(top_srcdir)/../automake/compile.am |
---|
13 | include $(top_srcdir)/../automake/leaf.am |
---|
14 | |
---|
15 | OPERATION_COUNT = @OPERATION_COUNT@ |
---|
16 | AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include |
---|
17 | AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT) |
---|
18 | AM_CPPFLAGS += -I$(top_srcdir)/../support/include |
---|
19 | |
---|
20 | LINK_OBJS = $(psxtmthread05_OBJECTS) $(psxtmthread05_LDADD) |
---|
21 | LINK_LIBS = $(psxtmthread05_LDLIBS) |
---|
22 | |
---|
23 | psxtmthread05$(EXEEXT): $(psxtmthread05_OBJECTS) $(psxtmthread05_DEPENDENCIES) |
---|
24 | @rm -f psxtmthread05$(EXEEXT) |
---|
25 | $(make-exe) |
---|
26 | |
---|
27 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.