source: rtems/testsuites/rhealstone/ilatency/Makefile.am @ 19e9bf8

4.115
Last change on this file since 19e9bf8 was 19e9bf8, checked in by Daniel Ramirez <javamonn@…>, on 01/04/14 at 19:58:44

Added Rhealstone benchmark to testsuites

The Rhealstone benchmarks six operations that are critical components
of a real-time system. It allows for an objective analysis to be
performed, and allows for comparisons between systems.
See rhealstone/README for more information.

  • Property mode set to 100644
File size: 639 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = ilatency
4ilatency_SOURCES  = ilatency.c
5ilatency_SOURCES += ../../tmtests/include/timesys.h
6
7dist_rtems_tests_DATA = ilatency.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 = $(ilatency_OBJECTS) $(ilatency_LDADD)
17LINK_LIBS = $(ilatency_LDLIBS)
18
19ilatency$(EXEEXT): $(ilatency_OBJECTS) $(ilatency_DEPENDENCIES)
20        @rm -f ilatency$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.