source: rtems/testsuites/smptests/smpschedaffinity02/Makefile.am @ 09293069

4.115
Last change on this file since 09293069 was 09293069, checked in by Jennifer Averett <jennifer.averett@…>, on 07/10/14 at 15:19:06

smpschedaffinity02: New test.

This test checks setting the affinity of a secondary task
on a two core system.

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