summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-10 15:38:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-10 15:38:09 +0000
commit908436c1ec62838e4efdabbc591ee92b817d25b7 (patch)
treee37bfda1e27f94b1905f0e7169522fe0de9529ec /testsuites/tmtests
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct a minor (diff)
downloadrtems-908436c1ec62838e4efdabbc591ee92b817d25b7.tar.bz2
New configuration files added by patch from
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/Makefile.am13
-rw-r--r--testsuites/tmtests/include/Makefile.am9
2 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/tmtests/Makefile.am b/testsuites/tmtests/Makefile.am
new file mode 100644
index 0000000000..498603fa65
--- /dev/null
+++ b/testsuites/tmtests/Makefile.am
@@ -0,0 +1,13 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 \
+ tm09 tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 \
+ tm23 tm24 tm25 tm26 tm27 tm28 tm29
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/tmtests/include/Makefile.am b/testsuites/tmtests/include/Makefile.am
new file mode 100644
index 0000000000..942ca0890e
--- /dev/null
+++ b/testsuites/tmtests/include/Makefile.am
@@ -0,0 +1,9 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+noinst_HEADERS = timesys.h
+
+include $(top_srcdir)/../../../../automake/local.am