source: rtems/testsuites/rhealstone/taskpreempt/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: 675 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = taskpreempt
4taskpreempt_SOURCES  = taskpreempt.c
5taskpreempt_SOURCES += ../../tmtests/include/timesys.h
6
7dist_rtems_tests_DATA = taskpreempt.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 = $(taskpreempt_OBJECTS) $(taskpreempt_LDADD)
17LINK_LIBS = $(taskpreempt_LDLIBS)
18
19taskpreempt$(EXEEXT): $(taskpreempt_OBJECTS) $(taskpreempt_DEPENDENCIES)
20        @rm -f taskpreempt$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.