source: rtems/testsuites/rhealstone/rhtaskpreempt/Makefile.am @ cdf30f05

4.115
Last change on this file since cdf30f05 was b6c1578, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/14 at 17:17:08

rhealstone: Add rh prefix to all test names

This makes them easier to spot as a group in wildcard searches.

  • Property mode set to 100644
File size: 697 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = rhtaskpreempt
4rhtaskpreempt_SOURCES  = taskpreempt.c
5rhtaskpreempt_SOURCES += ../../tmtests/include/timesys.h
6
7dist_rtems_tests_DATA = rhtaskpreempt.adoc
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(rhtaskpreempt_OBJECTS) $(rhtaskpreempt_LDADD)
17LINK_LIBS = $(rhtaskpreempt_LDLIBS)
18
19rhtaskpreempt$(EXEEXT): $(rhtaskpreempt_OBJECTS) $(rhtaskpreempt_DEPENDENCIES)
20        @rm -f rhtaskpreempt$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.