summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp10/node2
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp10/node2')
-rw-r--r--testsuites/mptests/mp10/node2/Makefile.am22
-rw-r--r--testsuites/mptests/mp10/node2/mp10-node2.doc9
-rw-r--r--testsuites/mptests/mp10/node2/mp10-node2.scn19
3 files changed, 0 insertions, 50 deletions
diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am
deleted file mode 100644
index 86ccb574cd..0000000000
--- a/testsuites/mptests/mp10/node2/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-rtems_tests_PROGRAMS = mp10-node2
-mp10_node2_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
-
-dist_rtems_tests_DATA = mp10-node2.scn
-dist_rtems_tests_DATA += mp10-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 = $(mp10_node2_OBJECTS)
-LINK_LIBS = $(mp10_node2_LDLIBS)
-
-mp10-node2$(EXEEXT): $(mp10_node2_OBJECTS) $(mp10_node2_DEPENDENCIES)
- @rm -f mp10-node2$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/mptests/mp10/node2/mp10-node2.doc b/testsuites/mptests/mp10/node2/mp10-node2.doc
deleted file mode 100644
index 981286480f..0000000000
--- a/testsuites/mptests/mp10/node2/mp10-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/mp10/node2/mp10-node2.scn b/testsuites/mptests/mp10/node2/mp10-node2.scn
deleted file mode 100644
index 25c07e6202..0000000000
--- a/testsuites/mptests/mp10/node2/mp10-node2.scn
+++ /dev/null
@@ -1,19 +0,0 @@
-*** TEST 10 -- NODE 2 ***
-Creating Test_task 1 (local)
-Starting Test_task 1 (local)
-Creating Test_task 2 (local)
-Starting Test_task 2 (local)
-Creating Test_task 3 (local)
-Starting Test_task 3 (local)
-Sleeping for 1 seconds ...
-Getting QID of message queue
-Attempting to receive message ...
-Getting SMID of semaphore
-Attempting to acquire semaphore ...
-Getting SMID of semaphore
-Attempting to acquire semaphore ...
-Deleting Test_task2
-Deleting Test_task1
-Restarting Test_task3
-*** END OF TEST 10 ***
-