mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 05:44:29 +08:00
Eliminate scndir, docdir. Use rtems_testsdir instead.
This commit is contained in:
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp01-node1.exe
|
||||
mp01_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp01-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp01-node1.doc
|
||||
dist_rtems_tests_DATA = mp01-node1.scn
|
||||
dist_rtems_tests_DATA += mp01-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp01-node2.exe
|
||||
mp01_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp01-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp01-node2.doc
|
||||
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
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp02-node1.exe
|
||||
mp02_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp02-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp02-node1.doc
|
||||
dist_rtems_tests_DATA = mp02-node1.scn
|
||||
dist_rtems_tests_DATA += mp02-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp02-node2.exe
|
||||
mp02_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp02-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp02-node2.doc
|
||||
dist_rtems_tests_DATA = mp02-node2.scn
|
||||
dist_rtems_tests_DATA += mp02-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp timer event
|
||||
rtems_tests_PROGRAMS = mp03-node1.exe
|
||||
mp03_node1_exe_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp03-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp03-node1.doc
|
||||
dist_rtems_tests_DATA = mp03-node1.scn
|
||||
dist_rtems_tests_DATA += mp03-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp timer event
|
||||
rtems_tests_PROGRAMS = mp03-node2.exe
|
||||
mp03_node2_exe_SOURCES = ../init.c ../delay.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp03-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp03-node2.doc
|
||||
dist_rtems_tests_DATA = mp03-node2.scn
|
||||
dist_rtems_tests_DATA += mp03-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp04-node1.exe
|
||||
mp04_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp04-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp04-node1.doc
|
||||
dist_rtems_tests_DATA = mp04-node1.scn
|
||||
dist_rtems_tests_DATA += mp04-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
||||
rtems_tests_PROGRAMS = mp04-node2.exe
|
||||
mp04_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp04-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp04-node2.doc
|
||||
dist_rtems_tests_DATA = mp04-node2.scn
|
||||
dist_rtems_tests_DATA += mp04-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp signal timer
|
||||
rtems_tests_PROGRAMS = mp05-node1.exe
|
||||
mp05_node1_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp05-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp05-node1.doc
|
||||
dist_rtems_tests_DATA = mp05-node1.scn
|
||||
dist_rtems_tests_DATA += mp05-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp signal timer
|
||||
rtems_tests_PROGRAMS = mp05-node2.exe
|
||||
mp05_node2_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp05-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp05-node2.doc
|
||||
dist_rtems_tests_DATA = mp05-node2.scn
|
||||
dist_rtems_tests_DATA += mp05-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp event timer
|
||||
rtems_tests_PROGRAMS = mp06-node1.exe
|
||||
mp06_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp06-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp06-node1.doc
|
||||
dist_rtems_tests_DATA = mp06-node1.scn
|
||||
dist_rtems_tests_DATA += mp06-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp event timer
|
||||
rtems_tests_PROGRAMS = mp06-node2.exe
|
||||
mp06_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp06-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp06-node2.doc
|
||||
dist_rtems_tests_DATA = mp06-node2.scn
|
||||
dist_rtems_tests_DATA += mp06-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp event timer
|
||||
rtems_tests_PROGRAMS = mp07-node1.exe
|
||||
mp07_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp07-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp07-node1.doc
|
||||
dist_rtems_tests_DATA = mp07-node1.scn
|
||||
dist_rtems_tests_DATA += mp07-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp event timer
|
||||
rtems_tests_PROGRAMS = mp07-node2.exe
|
||||
mp07_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp07-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp07-node2.doc
|
||||
dist_rtems_tests_DATA = mp07-node2.scn
|
||||
dist_rtems_tests_DATA += mp07-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp semaphore
|
||||
rtems_tests_PROGRAMS = mp08-node1.exe
|
||||
mp08_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp08-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp08-node1.doc
|
||||
dist_rtems_tests_DATA = mp08-node1.scn
|
||||
dist_rtems_tests_DATA += mp08-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp semaphore
|
||||
rtems_tests_PROGRAMS = mp08-node2.exe
|
||||
mp08_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp08-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp08-node2.doc
|
||||
dist_rtems_tests_DATA = mp08-node2.scn
|
||||
dist_rtems_tests_DATA += mp08-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message
|
||||
rtems_tests_PROGRAMS = mp09-node1.exe
|
||||
mp09_node1_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp09-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp09-node1.doc
|
||||
dist_rtems_tests_DATA = mp09-node1.scn
|
||||
dist_rtems_tests_DATA += mp09-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message
|
||||
rtems_tests_PROGRAMS = mp09-node2.exe
|
||||
mp09_node2_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp09-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp09-node2.doc
|
||||
dist_rtems_tests_DATA = mp09-node2.scn
|
||||
dist_rtems_tests_DATA += mp09-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message semaphore
|
||||
rtems_tests_PROGRAMS = mp10-node1.exe
|
||||
mp10_node1_exe_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp10-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp10-node1.doc
|
||||
dist_rtems_tests_DATA = mp10-node1.scn
|
||||
dist_rtems_tests_DATA += mp10-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message semaphore
|
||||
rtems_tests_PROGRAMS = mp10-node2.exe
|
||||
mp10_node2_exe_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp10-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp10-node2.doc
|
||||
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
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message partition semaphore
|
||||
rtems_tests_PROGRAMS = mp11-node1.exe
|
||||
mp11_node1_exe_SOURCES = ../init.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp11-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp11-node1.doc
|
||||
dist_rtems_tests_DATA = mp11-node1.scn
|
||||
dist_rtems_tests_DATA += mp11-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message partition semaphore
|
||||
rtems_tests_PROGRAMS = mp11-node2.exe
|
||||
mp11_node2_exe_SOURCES = ../init.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp11-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp11-node2.doc
|
||||
dist_rtems_tests_DATA = mp11-node2.scn
|
||||
dist_rtems_tests_DATA += mp11-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp partition
|
||||
rtems_tests_PROGRAMS = mp12-node1.exe
|
||||
mp12_node1_exe_SOURCES = ../init.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp12-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp12-node1.doc
|
||||
dist_rtems_tests_DATA = mp12-node1.scn
|
||||
dist_rtems_tests_DATA += mp12-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp partition
|
||||
rtems_tests_PROGRAMS = mp12-node2.exe
|
||||
mp12_node2_exe_SOURCES = ../init.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp12-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp12-node2.doc
|
||||
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
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message semaphore
|
||||
rtems_tests_PROGRAMS = mp13-node1.exe
|
||||
mp13_node1_exe_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp13-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp13-node1.doc
|
||||
dist_rtems_tests_DATA = mp13-node1.scn
|
||||
dist_rtems_tests_DATA += mp13-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io mp message semaphore
|
||||
rtems_tests_PROGRAMS = mp13-node2.exe
|
||||
mp13_node2_exe_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp13-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp13-node2.doc
|
||||
dist_rtems_tests_DATA = mp13-node2.scn
|
||||
dist_rtems_tests_DATA += mp13-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = mp14-node1.exe
|
||||
mp14_node1_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
||||
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp14-node1.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp14-node1.doc
|
||||
dist_rtems_tests_DATA = mp14-node1.scn
|
||||
dist_rtems_tests_DATA += mp14-node1.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = mp14-node2.exe
|
||||
mp14_node2_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
|
||||
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = mp14-node2.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = mp14-node2.doc
|
||||
dist_rtems_tests_DATA = mp14-node2.scn
|
||||
dist_rtems_tests_DATA += mp14-node2.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp01.exe
|
||||
sp01_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp01.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp01.doc
|
||||
dist_rtems_tests_DATA = sp01.scn
|
||||
dist_rtems_tests_DATA += sp01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp02.exe
|
||||
sp02_exe_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp02.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp02.doc
|
||||
dist_rtems_tests_DATA = sp02.scn
|
||||
dist_rtems_tests_DATA += sp02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp03.exe
|
||||
sp03_exe_SOURCES = init.c task1.c task2.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp03.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp03.doc
|
||||
dist_rtems_tests_DATA = sp03.scn
|
||||
dist_rtems_tests_DATA += sp03.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp04.exe
|
||||
sp04_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp04.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp04.doc
|
||||
dist_rtems_tests_DATA = sp04.scn
|
||||
dist_rtems_tests_DATA += sp04.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp05.exe
|
||||
sp05_exe_SOURCES = init.c task1.c task2.c task3.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp05.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp05.doc
|
||||
dist_rtems_tests_DATA = sp05.scn
|
||||
dist_rtems_tests_DATA += sp05.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp06.exe
|
||||
sp06_exe_SOURCES = init.c task1.c task2.c task3.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp06.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp06.doc
|
||||
dist_rtems_tests_DATA = sp06.scn
|
||||
dist_rtems_tests_DATA += sp06.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = sp07.exe
|
||||
sp07_exe_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c taskexit.c \
|
||||
tcreate.c tdelete.c trestart.c tstart.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp07.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp07.doc
|
||||
dist_rtems_tests_DATA = sp07.scn
|
||||
dist_rtems_tests_DATA += sp07.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp08.exe
|
||||
sp08_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp08.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp08.doc
|
||||
dist_rtems_tests_DATA = sp08.scn
|
||||
dist_rtems_tests_DATA += sp08.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -11,10 +11,8 @@ sp09_exe_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen0
|
||||
screen11.c screen12.c screen13.c screen14.c task1.c task2.c task3.c \
|
||||
task4.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp09.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp09.doc
|
||||
dist_rtems_tests_DATA = sp09.scn
|
||||
dist_rtems_tests_DATA += sp09.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io event timer
|
||||
rtems_tests_PROGRAMS = sp11.exe
|
||||
sp11_exe_SOURCES = init.c task1.c task2.c timer.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp11.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp11.doc
|
||||
dist_rtems_tests_DATA = sp11.scn
|
||||
dist_rtems_tests_DATA += sp11.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = sp12.exe
|
||||
sp12_exe_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
|
||||
pritask.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp12.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp12.doc
|
||||
dist_rtems_tests_DATA = sp12.scn
|
||||
dist_rtems_tests_DATA += sp12.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = sp13.exe
|
||||
sp13_exe_SOURCES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp13.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp13.doc
|
||||
dist_rtems_tests_DATA = sp13.scn
|
||||
dist_rtems_tests_DATA += sp13.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io signal timer
|
||||
rtems_tests_PROGRAMS = sp14.exe
|
||||
sp14_exe_SOURCES = init.c asr.c task1.c task2.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp14.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp14.doc
|
||||
dist_rtems_tests_DATA = sp14.scn
|
||||
dist_rtems_tests_DATA += sp14.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io partition
|
||||
rtems_tests_PROGRAMS = sp15.exe
|
||||
sp15_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp15.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp15.doc
|
||||
dist_rtems_tests_DATA = sp15.scn
|
||||
dist_rtems_tests_DATA += sp15.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io region
|
||||
rtems_tests_PROGRAMS = sp16.exe
|
||||
sp16_exe_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp16.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp16.doc
|
||||
dist_rtems_tests_DATA = sp16.scn
|
||||
dist_rtems_tests_DATA += sp16.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io signal
|
||||
rtems_tests_PROGRAMS = sp17.exe
|
||||
sp17_exe_SOURCES = init.c asr.c task1.c task2.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp17.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp17.doc
|
||||
dist_rtems_tests_DATA = sp17.scn
|
||||
dist_rtems_tests_DATA += sp17.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp19.exe
|
||||
sp19_exe_SOURCES = init.c first.c fptask.c task1.c system.h fptest.h inttest.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp19.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp19.doc
|
||||
dist_rtems_tests_DATA = sp19.scn
|
||||
dist_rtems_tests_DATA += sp19.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io rate_monotonic
|
||||
rtems_tests_PROGRAMS = sp20.exe
|
||||
sp20_exe_SOURCES = init.c getall.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp20.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp20.doc
|
||||
dist_rtems_tests_DATA = sp20.scn
|
||||
dist_rtems_tests_DATA += sp20.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = sp21.exe
|
||||
sp21_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp21.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp21.doc
|
||||
dist_rtems_tests_DATA = sp21.scn
|
||||
dist_rtems_tests_DATA += sp21.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io timer
|
||||
rtems_tests_PROGRAMS = sp22.exe
|
||||
sp22_exe_SOURCES = init.c prtime.c delay.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp22.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp22.doc
|
||||
dist_rtems_tests_DATA = sp22.scn
|
||||
dist_rtems_tests_DATA += sp22.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io dual_ported_memory
|
||||
rtems_tests_PROGRAMS = sp23.exe
|
||||
sp23_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp23.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp23.doc
|
||||
dist_rtems_tests_DATA = sp23.scn
|
||||
dist_rtems_tests_DATA += sp23.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io event timer
|
||||
rtems_tests_PROGRAMS = sp24.exe
|
||||
sp24_exe_SOURCES = init.c resume.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp24.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp24.doc
|
||||
dist_rtems_tests_DATA = sp24.scn
|
||||
dist_rtems_tests_DATA += sp24.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user