summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/Makefile.am')
-rw-r--r--testsuites/ada/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/ada/Makefile.am b/testsuites/ada/Makefile.am
new file mode 100644
index 0000000000..4fdae0c211
--- /dev/null
+++ b/testsuites/ada/Makefile.am
@@ -0,0 +1,13 @@
+ACLOCAL_AMFLAGS = -I aclocal -I ../aclocal
+
+_SUBDIRS = support samples sptests tmtests
+if HAS_MP
+_SUBDIRS += mptests
+endif
+
+DIST_SUBDIRS = support samples sptests tmtests mptests
+
+EXTRA_DIST = ada.am
+
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am