summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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')
-rw-r--r--testsuites/Makefile.am11
-rw-r--r--testsuites/libtests/Makefile.am11
-rw-r--r--testsuites/mptests/Makefile.am23
-rw-r--r--testsuites/psxtests/Makefile.am24
-rw-r--r--testsuites/samples/Makefile.am27
-rw-r--r--testsuites/sptests/Makefile.am21
-rw-r--r--testsuites/support/Makefile.am11
-rw-r--r--testsuites/tmtests/Makefile.am13
-rw-r--r--testsuites/tmtests/include/Makefile.am9
-rw-r--r--testsuites/tools/Makefile.am11
10 files changed, 161 insertions, 0 deletions
diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
new file mode 100644
index 0000000000..5dfbf5202f
--- /dev/null
+++ b/testsuites/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
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
new file mode 100644
index 0000000000..a860b8c0e7
--- /dev/null
+++ b/testsuites/libtests/Makefile.am
@@ -0,0 +1,11 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = cpuuse malloctest monitor rtmonuse stackchk termios rtems++
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/mptests/Makefile.am b/testsuites/mptests/Makefile.am
new file mode 100644
index 0000000000..3d4d5e8e98
--- /dev/null
+++ b/testsuites/mptests/Makefile.am
@@ -0,0 +1,23 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
+
+PREINSTALLDIRS = \
+ $(project_bspdir)/tests/screens/mptests \
+ $(project_bspdir)/tests/screens/mptests/node1 \
+ $(project_bspdir)/tests/screens/mptests/node2
+$(PREINSTALLDIRS):
+ @$(mkinstalldirs) $@
+
+all-local: $(PREINSTALLDIRS)
+
+SUBDIRS = . mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \
+ mp14
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
new file mode 100644
index 0000000000..7560f4f61f
--- /dev/null
+++ b/testsuites/psxtests/Makefile.am
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
+
+PREINSTALLDIRS = $(project_bspdir)/tests/screens/psxtests
+$(PREINSTALLDIRS):
+ @$(mkinstalldirs) $@
+
+all-local: $(PREINSTALLDIRS)
+
+POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
+ psx10 psx11 psx12 psxtime psxtimer
+
+POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13
+
+SUBDIRS = . support $(POSIX_DIRS) $(POSIX_FILES_DIRS)
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am
new file mode 100644
index 0000000000..448bef1943
--- /dev/null
+++ b/testsuites/samples/Makefile.am
@@ -0,0 +1,27 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
+
+PREINSTALLDIRS = $(project_bspdir)/samples $(project_bspdir)/tests
+$(PREINSTALLDIRS):
+ @$(mkinstalldirs) $@
+
+all-local: $(PREINSTALLDIRS)
+
+CPLUSPLUS_TESTS = cdtest
+
+# base_mp is a sample multiprocessing test
+MP_TESTS = base_mp
+
+FP_TESTS = paranoia
+
+SUBDIRS = . hello ticker base_sp unlimited minimum $(MP_TESTS) \
+ $(CPLUSPLUS_TESTS) $(FP_TESTS)
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
new file mode 100644
index 0000000000..0ccdebfde3
--- /dev/null
+++ b/testsuites/sptests/Makefile.am
@@ -0,0 +1,21 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
+
+PREINSTALLDIRS = $(project_bspdir)/tests/screens/sptests
+$(PREINSTALLDIRS):
+ @$(mkinstalldirs) $@
+
+all-local: $(PREINSTALLDIRS)
+
+# sp10 and spfatal are not included for now
+SUBDIRS = . sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
+ sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 spsize
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/support/Makefile.am b/testsuites/support/Makefile.am
new file mode 100644
index 0000000000..1161e5808f
--- /dev/null
+++ b/testsuites/support/Makefile.am
@@ -0,0 +1,11 @@
+#
+# $Id$
+#
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = include stubdr wrapup
+
+include $(top_srcdir)/../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../automake/local.am
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
diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am
new file mode 100644
index 0000000000..2fc5fc12c7
--- /dev/null
+++ b/testsuites/tools/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