summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/configure.ac')
-rw-r--r--testsuites/benchmarks/configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/benchmarks/configure.ac b/testsuites/benchmarks/configure.ac
index a9dbefccc8..4ddfca060b 100644
--- a/testsuites/benchmarks/configure.ac
+++ b/testsuites/benchmarks/configure.ac
@@ -22,10 +22,10 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-dhrystone/Makefile
-linpack/Makefile
-whetstone/Makefile
-])
+# BSP Test configuration
+RTEMS_TEST_CHECK([dhrystone])
+RTEMS_TEST_CHECK([linpack])
+RTEMS_TEST_CHECK([whetstone])
+
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT