summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp12/node2
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:41:08 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit3206879f06e7e74abe0593d53a67e6cccab4bd18 (patch)
tree6a3f8e0022f1d4e4c09d0f42e215245b3547019b /testsuites/mptests/mp12/node2
parenttestsuite/fstests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-3206879f06e7e74abe0593d53a67e6cccab4bd18.tar.bz2
testsuite/mptests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/mptests/mp12/node2')
-rw-r--r--testsuites/mptests/mp12/node2/Makefile.am22
-rw-r--r--testsuites/mptests/mp12/node2/mp12-node2.doc9
-rw-r--r--testsuites/mptests/mp12/node2/mp12-node2.scn10
3 files changed, 0 insertions, 41 deletions
diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am
deleted file mode 100644
index a2f6036bae..0000000000
--- a/testsuites/mptests/mp12/node2/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-rtems_tests_PROGRAMS = mp12-node2
-mp12_node2_SOURCES = ../init.c ../system.h
-
-dist_rtems_tests_DATA = mp12-node2.scn
-dist_rtems_tests_DATA += mp12-node2.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(mp12_node2_OBJECTS)
-LINK_LIBS = $(mp12_node2_LDLIBS)
-
-mp12-node2$(EXEEXT): $(mp12_node2_OBJECTS) $(mp12_node2_DEPENDENCIES)
- @rm -f mp12-node2$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/mptests/mp12/node2/mp12-node2.doc b/testsuites/mptests/mp12/node2/mp12-node2.doc
deleted file mode 100644
index 981286480f..0000000000
--- a/testsuites/mptests/mp12/node2/mp12-node2.doc
+++ /dev/null
@@ -1,9 +0,0 @@
-# COPYRIGHT (c) 1989-1999.
-# On-Line Applications Research Corporation (OAR).
-#
-# The license and distribution terms for this file may be
-# found in the file LICENSE in this distribution or at
-# http://www.rtems.org/license/LICENSE.
-#
-
-
diff --git a/testsuites/mptests/mp12/node2/mp12-node2.scn b/testsuites/mptests/mp12/node2/mp12-node2.scn
deleted file mode 100644
index c0f85df6cb..0000000000
--- a/testsuites/mptests/mp12/node2/mp12-node2.scn
+++ /dev/null
@@ -1,10 +0,0 @@
-*** TEST 12 -- NODE 2 ***
-Got to initialization task
-Getting ID of remote Partition (Global)
-Attempting to delete remote Partition (Global)
-rtems_partition_delete correctly returned RTEMS_ILLEGAL_ON_REMOTE_OBJECT
-Obtaining a buffer from the global partition
-------> address returned will differ
-Address returned was : 0x200f0000
-Releasing a buffer to the global partition
-*** END OF TEST 12 ***