summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
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/configure.ac
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/configure.ac')
-rw-r--r--testsuites/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index df83c2a03d..db8efc7732 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -41,7 +41,7 @@ if test "$enable_tests" = "yes"; then
AC_CONFIG_SUBDIRS(smptests)
fi
# Now do performance tests
- AC_CONFIG_SUBDIRS(tmtests psxtmtests)
+ AC_CONFIG_SUBDIRS(tmtests psxtmtests rhealstone)
fi
# Explicitly list all Makefiles here