From 3206879f06e7e74abe0593d53a67e6cccab4bd18 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:41:08 +1000 Subject: testsuite/mptests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/mptests/mp10/node2/Makefile.am | 22 ---------------------- testsuites/mptests/mp10/node2/mp10-node2.doc | 9 --------- testsuites/mptests/mp10/node2/mp10-node2.scn | 19 ------------------- 3 files changed, 50 deletions(-) delete mode 100644 testsuites/mptests/mp10/node2/Makefile.am delete mode 100644 testsuites/mptests/mp10/node2/mp10-node2.doc delete mode 100644 testsuites/mptests/mp10/node2/mp10-node2.scn (limited to 'testsuites/mptests/mp10/node2') 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 *** - -- cgit v1.2.3