summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/configure.ac
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:35:17 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit32f2629bb7a08f2c006dda792020aaa10a4f1649 (patch)
tree0cb807d590a83205b22eb2ac532d7ed1a3aae38d /testsuites/benchmarks/configure.ac
parenttestsuite: Autoconf test check support. (diff)
downloadrtems-32f2629bb7a08f2c006dda792020aaa10a4f1649.tar.bz2
testsuite/benchmarks: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
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