summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_mp/node2
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:44:01 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commitd027e6bb8e2595d38736763c55f0cd46a3f3cd1e (patch)
tree01cd15c520f99b5686ace5a5fe393976f0a1d475 /testsuites/samples/base_mp/node2
parenttestsuite/irhealstone: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-d027e6bb8e2595d38736763c55f0cd46a3f3cd1e.tar.bz2
testsuite/samples: 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/samples/base_mp/node2')
-rw-r--r--testsuites/samples/base_mp/node2/Makefile.am21
-rw-r--r--testsuites/samples/base_mp/node2/base_mp-node2.doc9
-rw-r--r--testsuites/samples/base_mp/node2/base_mp-node2.scn5
3 files changed, 0 insertions, 35 deletions
diff --git a/testsuites/samples/base_mp/node2/Makefile.am b/testsuites/samples/base_mp/node2/Makefile.am
deleted file mode 100644
index d8471d7ffd..0000000000
--- a/testsuites/samples/base_mp/node2/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-rtems_tests_PROGRAMS = base_mp-node2
-base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h
-
-dist_rtems_tests_DATA = base_mp-node2.scn
-dist_rtems_tests_DATA += base_mp-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.
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(base_mp_node2_OBJECTS)
-LINK_LIBS = $(base_mp_node2_LDLIBS)
-
-base_mp-node2$(EXEEXT): $(base_mp_node2_OBJECTS) $(base_mp_node2_DEPENDENCIES)
- @rm -f base_mp-node2$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/samples/base_mp/node2/base_mp-node2.doc b/testsuites/samples/base_mp/node2/base_mp-node2.doc
deleted file mode 100644
index 981286480f..0000000000
--- a/testsuites/samples/base_mp/node2/base_mp-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/samples/base_mp/node2/base_mp-node2.scn b/testsuites/samples/base_mp/node2/base_mp-node2.scn
deleted file mode 100644
index 95bc96a808..0000000000
--- a/testsuites/samples/base_mp/node2/base_mp-node2.scn
+++ /dev/null
@@ -1,5 +0,0 @@
-*** SAMPLE MULTIPROCESSOR APPLICATION ***
-Creating and starting an application task
-This task was invoked with the node argument (2)
-This task has the id of 0x20002
-*** END OF SAMPLE MULTIPROCESSOR APPLICATION ***