summaryrefslogtreecommitdiffstats
path: root/c/src/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/tests/Makefile.am b/c/src/tests/Makefile.am
new file mode 100644
index 0000000000..5dfbf5202f
--- /dev/null
+++ b/c/src/tests/Makefile.am
@@ -0,0 +1,11 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = @subdirs@
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am