summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp01
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/mptests/mp01')
-rw-r--r--c/src/ada-tests/mptests/mp01/Makefile.am6
-rw-r--r--c/src/ada-tests/mptests/mp01/node1/Makefile.am4
-rw-r--r--c/src/ada-tests/mptests/mp01/node2/Makefile.am4
3 files changed, 7 insertions, 7 deletions
diff --git a/c/src/ada-tests/mptests/mp01/Makefile.am b/c/src/ada-tests/mptests/mp01/Makefile.am
index b18e7c3e57..9f8aca91b1 100644
--- a/c/src/ada-tests/mptests/mp01/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/Makefile.am
@@ -1,9 +1,9 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../tests/automake/compile.am
+include $(top_srcdir)/../tests/automake/subdirs.am
SUBDIRS = node1 node2
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am
diff --git a/c/src/ada-tests/mptests/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am
index 431589134f..72512d632f 100644
--- a/c/src/ada-tests/mptests/mp01/node1/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/node1/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -18,4 +18,4 @@ node1_SOURCES = mptest-per_node_configuration.adb
EXTRA_DIST = base_mp.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am
diff --git a/c/src/ada-tests/mptests/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am
index d685165ae8..a2f387bd64 100644
--- a/c/src/ada-tests/mptests/mp01/node2/Makefile.am
+++ b/c/src/ada-tests/mptests/mp01/node2/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -18,4 +18,4 @@ node2_SOURCES = mptest-per_node_configuration.adb
EXTRA_DIST = base_mp.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am