source: rtems/testsuites/rhealstone/rhmlatency/Makefile.am @ 564ce0f

4.115
Last change on this file since 564ce0f 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: 661 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = rhmlatency
4rhmlatency_SOURCES  = mlatency.c
5rhmlatency_SOURCES += ../../tmtests/include/timesys.h
6
7dist_rtems_tests_DATA = rhmlatency.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 = $(rhmlatency_OBJECTS) $(rhmlatency_ldaDD)
17LINK_LIBS = $(rhmlatency_LDLIBS)
18
19rhmlatency$(EXEEXT): $(rhmlatency_OBJECTS) $(rhmlatency_DEPENDENCIES)
20        @rm -f rhmlatency$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.