summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/Makefile.am')
-rw-r--r--testsuites/benchmarks/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/benchmarks/Makefile.am b/testsuites/benchmarks/Makefile.am
new file mode 100644
index 0000000000..3d95ecdb9f
--- /dev/null
+++ b/testsuites/benchmarks/Makefile.am
@@ -0,0 +1,9 @@
+ACLOCAL_AMFLAGS = -I ../aclocal
+
+SUBDIRS =
+SUBDIRS += linpack
+SUBDIRS += whetstone
+SUBDIRS += dhrystone
+
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am