summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp01/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/mp01/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/mp01/node2')
-rw-r--r--testsuites/mptests/mp01/node2/Makefile.am22
-rw-r--r--testsuites/mptests/mp01/node2/mp01-node2.doc9
-rw-r--r--testsuites/mptests/mp01/node2/mp01-node2.scn15
3 files changed, 0 insertions, 46 deletions
diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am
deleted file mode 100644
index 4d5a2aa944..0000000000
--- a/testsuites/mptests/mp01/node2/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-rtems_tests_PROGRAMS = mp01-node2
-mp01_node2_SOURCES = ../init.c ../task1.c ../system.h
-
-dist_rtems_tests_DATA = mp01-node2.scn
-dist_rtems_tests_DATA += mp01-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 = $(mp01_node2_OBJECTS)
-LINK_LIBS = $(mp01_node2_LDLIBS)
-
-mp01-node2$(EXEEXT): $(mp01_node2_OBJECTS) $(mp01_node2_DEPENDENCIES)
- @rm -f mp01-node2$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/mptests/mp01/node2/mp01-node2.doc b/testsuites/mptests/mp01/node2/mp01-node2.doc
deleted file mode 100644
index 981286480f..0000000000
--- a/testsuites/mptests/mp01/node2/mp01-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/mp01/node2/mp01-node2.scn b/testsuites/mptests/mp01/node2/mp01-node2.scn
deleted file mode 100644
index 17fa8a64bf..0000000000
--- a/testsuites/mptests/mp01/node2/mp01-node2.scn
+++ /dev/null
@@ -1,15 +0,0 @@
-*** TEST 1 -- NODE 2 ***
-Creating task 1 (Global)
-Creating task 2 (Global)
-Creating task 3 (Local)
-SA1 - rtems_clock_get_tod - 09:00:00 12/31/1988
-SA2 - rtems_clock_get_tod - 09:00:00 12/31/1988
-SA3 - rtems_clock_get_tod - 09:00:00 12/31/1988
-SA1 - rtems_clock_get_tod - 09:00:05 12/31/1988
-SA1 - deleting self
-SA2 - rtems_clock_get_tod - 09:00:10 12/31/1988
-SA2 - waiting to be deleted by SA3
-SA3 - rtems_clock_get_tod - 09:00:15 12/31/1988
-SA3 - getting TID of SA2
-SA3 - deleting SA2
-*** END OF TEST 1 ***