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 | |
---|
1 | rtems_tests_PROGRAMS = smpschedaffinity02 |
---|
2 | smpschedaffinity02_SOURCES = init.c |
---|
3 | |
---|
4 | dist_rtems_tests_DATA = smpschedaffinity02.scn smpschedaffinity02.doc |
---|
5 | |
---|
6 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
7 | include $(top_srcdir)/../automake/compile.am |
---|
8 | include $(top_srcdir)/../automake/leaf.am |
---|
9 | |
---|
10 | AM_CPPFLAGS += -I$(top_srcdir)/../support/include |
---|
11 | |
---|
12 | LINK_OBJS = $(smpschedaffinity02_OBJECTS) |
---|
13 | LINK_LIBS = $(smpschedaffinity02_LDLIBS) |
---|
14 | |
---|
15 | smpschedaffinity02$(EXEEXT): $(smpschedaffinity02_OBJECTS) $(smpschedaffinity02_DEPENDENCIES) |
---|
16 | @rm -f smpschedaffinity02$(EXEEXT) |
---|
17 | $(make-exe) |
---|
18 | |
---|
19 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.