From 19e9bf88004008308e0c9c7039a166c49477e0d1 Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Sat, 4 Jan 2014 13:58:44 -0600 Subject: 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. --- testsuites/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/configure.ac') 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 -- cgit v1.2.3