source: rtems/testsuites/smptests/smpschedaffinity01/Makefile.am @ d88b0e7f

4.115
Last change on this file since d88b0e7f was d88b0e7f, checked in by Jennifer Averett <jennifer.averett@…>, on 05/22/14 at 14:00:14

smpschedaffinity01: New test.

This test verifies that affinity is honored when set prior to task start.

  • Property mode set to 100644
File size: 610 bytes
Line 
1rtems_tests_PROGRAMS = smpschedaffinity01
2smpschedaffinity01_SOURCES = init.c
3
4dist_rtems_tests_DATA = smpschedaffinity01.scn smpschedaffinity01.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 = $(smpschedaffinity01_OBJECTS)
13LINK_LIBS = $(smpschedaffinity01_LDLIBS)
14
15smpschedaffinity01$(EXEEXT): $(smpschedaffinity01_OBJECTS) $(smpschedaffinity01_DEPENDENCIES)
16        @rm -f smpschedaffinity01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.