summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/mptests/mp06
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-06 10:59:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-10 07:57:47 +0200
commit477bca2d6132f582b062706a471ea5136d7c935b (patch)
treed1a61c2606897c8afd3f6d7162578e1cb72c7aea /testsuites/ada/mptests/mp06
parentbuild: Directly reference libraries in tests (diff)
downloadrtems-477bca2d6132f582b062706a471ea5136d7c935b.tar.bz2
build: Remove local.am
Diffstat (limited to 'testsuites/ada/mptests/mp06')
-rw-r--r--testsuites/ada/mptests/mp06/Makefile.am1
-rw-r--r--testsuites/ada/mptests/mp06/node1/Makefile.am1
-rw-r--r--testsuites/ada/mptests/mp06/node2/Makefile.am1
3 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/ada/mptests/mp06/Makefile.am b/testsuites/ada/mptests/mp06/Makefile.am
index d1dad5313a..acd9569b12 100644
--- a/testsuites/ada/mptests/mp06/Makefile.am
+++ b/testsuites/ada/mptests/mp06/Makefile.am
@@ -1,4 +1,3 @@
_SUBDIRS = node1 node2
include $(top_srcdir)/../automake/subdirs.am
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/ada/mptests/mp06/node1/Makefile.am b/testsuites/ada/mptests/mp06/node1/Makefile.am
index 45bde9a044..201d17ced5 100644
--- a/testsuites/ada/mptests/mp06/node1/Makefile.am
+++ b/testsuites/ada/mptests/mp06/node1/Makefile.am
@@ -16,4 +16,3 @@ mp06_ada_mp06_node1$(EXEEXT): mp06_node1.adb ../mptest.adb init.$(OBJEXT)
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_mp06-node1.scn
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/ada/mptests/mp06/node2/Makefile.am b/testsuites/ada/mptests/mp06/node2/Makefile.am
index e16512e279..3df636d170 100644
--- a/testsuites/ada/mptests/mp06/node2/Makefile.am
+++ b/testsuites/ada/mptests/mp06/node2/Makefile.am
@@ -16,4 +16,3 @@ mp06_ada_mp06_node2$(EXEEXT): mp06_node2.adb ../mptest.adb init.$(OBJEXT)
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_mp06-node2.scn
-include $(top_srcdir)/../automake/local.am