summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/Makefile.am
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2014-01-04 13:58:44 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-05 09:58:39 -0600
commit19e9bf88004008308e0c9c7039a166c49477e0d1 (patch)
treedfdc847c722a17cc7e1b3e33afd83da809bf4e9d /testsuites/rhealstone/Makefile.am
parentsp09: Remove partition specific parts (diff)
downloadrtems-19e9bf88004008308e0c9c7039a166c49477e0d1.tar.bz2
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.
Diffstat (limited to 'testsuites/rhealstone/Makefile.am')
-rw-r--r--testsuites/rhealstone/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/rhealstone/Makefile.am b/testsuites/rhealstone/Makefile.am
new file mode 100644
index 0000000000..d67dcf4974
--- /dev/null
+++ b/testsuites/rhealstone/Makefile.am
@@ -0,0 +1,6 @@
+ACLOCAL_AMFLAGS = -I ../aclocal
+
+SUBDIRS = taskswitch taskpreempt ilatency mlatency semshuffle deadlockbrk
+
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am