source: rtems/testsuites/smptests/smpscheduler06/Makefile.am @ 1dbce41

5
Last change on this file since 1dbce41 was 1dbce41, checked in by Sebastian Huber <sebastian.huber@…>, on 06/26/17 at 08:27:23

smptests: Split smpscheduler03

Split smpscheduler03 to run the tests with only one processor.

Update #3056.

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