source: rtems/testsuites/smptests/smpschedaffinity03/Makefile.am @ 28d66749

4.115
Last change on this file since 28d66749 was 28d66749, checked in by Jennifer Averett <jennifer.averett@…>, on 07/10/14 at 16:18:02

smpschedaffinity03: New test.

This task walks the affinity of self across all the cores.

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