source: rtems/testsuites/smptests/smpthreadlife01/Makefile.am @ 5c731a83

4.115
Last change on this file since 5c731a83 was 5c731a83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/14 at 09:12:14

score: Use thread action for thread restart

The thread restart is now supported on SMP. New test
smptests/smpthreadlife01.

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