source: rtems/testsuites/smptests/smpschedaffinity05/Makefile.am @ 7eb3fd47

4.115
Last change on this file since 7eb3fd47 was 7eb3fd47, checked in by Jennifer Averett <jennifer.averett@…>, on 07/10/14 at 16:45:58

smpschedaffinity05: Add test for worst case migration for affintiy scheduler.

This test uses a combination of priority and affinity to cause
the tasks running on all 4 cores to change due to one task priority
change.

  • Property mode set to 100644
File size: 610 bytes
Line 
1rtems_tests_PROGRAMS = smpschedaffinity05
2smpschedaffinity05_SOURCES = init.c
3
4dist_rtems_tests_DATA = smpschedaffinity05.scn smpschedaffinity05.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(smpschedaffinity05_OBJECTS)
13LINK_LIBS = $(smpschedaffinity05_LDLIBS)
14
15smpschedaffinity05$(EXEEXT): $(smpschedaffinity05_OBJECTS) $(smpschedaffinity05_DEPENDENCIES)
16        @rm -f smpschedaffinity05$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.