forked from Imagelibrary/rtems
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
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io region
|
||||
rtems_tests_PROGRAMS = sp25.exe
|
||||
sp25_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp25.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp25.doc
|
||||
dist_rtems_tests_DATA = sp25.scn
|
||||
dist_rtems_tests_DATA += sp25.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io region event
|
||||
rtems_tests_PROGRAMS = sp26.exe
|
||||
sp26_exe_SOURCES = init.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp26.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp26.doc
|
||||
dist_rtems_tests_DATA = sp26.scn
|
||||
dist_rtems_tests_DATA += sp26.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = sp27.exe
|
||||
sp27_exe_SOURCES = init.c
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp27.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp27.doc
|
||||
dist_rtems_tests_DATA = sp27.scn
|
||||
dist_rtems_tests_DATA += sp27.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = sp28.exe
|
||||
sp28_exe_SOURCES = init.c
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp28.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp28.doc
|
||||
dist_rtems_tests_DATA = sp28.scn
|
||||
dist_rtems_tests_DATA += sp28.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = sp29.exe
|
||||
sp29_exe_SOURCES = init.c
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp29.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp29.doc
|
||||
dist_rtems_tests_DATA = sp29.scn
|
||||
dist_rtems_tests_DATA += sp29.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = sp30.exe
|
||||
sp30_exe_SOURCES = init.c resume.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp30.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp30.doc
|
||||
dist_rtems_tests_DATA = sp30.scn
|
||||
dist_rtems_tests_DATA += sp30.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = sp31.exe
|
||||
sp31_exe_SOURCES = delay.c init.c prtime.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp31.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = sp31.doc
|
||||
dist_rtems_tests_DATA = sp31.scn
|
||||
dist_rtems_tests_DATA += sp31.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io rate_monotonic
|
||||
rtems_tests_PROGRAMS = sp32.exe
|
||||
sp32_exe_SOURCES = init.c
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = sp32.scn
|
||||
dist_rtems_tests_DATA = sp32.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = spfatal.exe
|
||||
spfatal_exe_SOURCES = init.c puterr.c fatal.c task1.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = spfatal.scn
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = spfatal.doc
|
||||
dist_rtems_tests_DATA = spfatal.scn
|
||||
dist_rtems_tests_DATA += spfatal.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = spsize.exe
|
||||
spsize_exe_SOURCES = init.c getint.c size.c system.h
|
||||
|
||||
scndir = $(rtems_testsdir)
|
||||
dist_scn_DATA = spsize.scn
|
||||
dist_rtems_tests_DATA = spsize.scn
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
||||
rtems_tests_PROGRAMS = tmitronsem01.exe
|
||||
tmitronsem01_exe_SOURCES = init.c system.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tmitronsem01.doc
|
||||
dist_rtems_tests_DATA = tmitronsem01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm01.exe
|
||||
tm01_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm01.doc
|
||||
dist_rtems_tests_DATA = tm01.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm02.exe
|
||||
tm02_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm02.doc
|
||||
dist_rtems_tests_DATA = tm02.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm03.exe
|
||||
tm03_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm03.doc
|
||||
dist_rtems_tests_DATA = tm03.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm04.exe
|
||||
tm04_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm04.doc
|
||||
dist_rtems_tests_DATA = tm04.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm05.exe
|
||||
tm05_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm05.doc
|
||||
dist_rtems_tests_DATA = tm05.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm06.exe
|
||||
tm06_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm06.doc
|
||||
dist_rtems_tests_DATA = tm06.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm07.exe
|
||||
tm07_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm07.doc
|
||||
dist_rtems_tests_DATA = tm07.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm08.exe
|
||||
tm08_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm08.doc
|
||||
dist_rtems_tests_DATA = tm08.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm09.exe
|
||||
tm09_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm09.doc
|
||||
dist_rtems_tests_DATA = tm09.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm10.exe
|
||||
tm10_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm10.doc
|
||||
dist_rtems_tests_DATA = tm10.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm11.exe
|
||||
tm11_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm11.doc
|
||||
dist_rtems_tests_DATA = tm11.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm12.exe
|
||||
tm12_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm12.doc
|
||||
dist_rtems_tests_DATA = tm12.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm13.exe
|
||||
tm13_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm13.doc
|
||||
dist_rtems_tests_DATA = tm13.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm14.exe
|
||||
tm14_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm14.doc
|
||||
dist_rtems_tests_DATA = tm14.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io event
|
||||
rtems_tests_PROGRAMS = tm15.exe
|
||||
tm15_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm15.doc
|
||||
dist_rtems_tests_DATA = tm15.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io event
|
||||
rtems_tests_PROGRAMS = tm16.exe
|
||||
tm16_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm16.doc
|
||||
dist_rtems_tests_DATA = tm16.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm17.exe
|
||||
tm17_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm17.doc
|
||||
dist_rtems_tests_DATA = tm17.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm18.exe
|
||||
tm18_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm18.doc
|
||||
dist_rtems_tests_DATA = tm18.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io signal
|
||||
rtems_tests_PROGRAMS = tm19.exe
|
||||
tm19_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm19.doc
|
||||
dist_rtems_tests_DATA = tm19.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io partition region
|
||||
rtems_tests_PROGRAMS = tm20.exe
|
||||
tm20_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm20.doc
|
||||
dist_rtems_tests_DATA = tm20.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
|
||||
rtems_tests_PROGRAMS = tm21.exe
|
||||
tm21_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm21.doc
|
||||
dist_rtems_tests_DATA = tm21.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm22.exe
|
||||
tm22_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm22.doc
|
||||
dist_rtems_tests_DATA = tm22.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io event timer
|
||||
rtems_tests_PROGRAMS = tm23.exe
|
||||
tm23_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm23.doc
|
||||
dist_rtems_tests_DATA = tm23.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io message
|
||||
rtems_tests_PROGRAMS = tm24.exe
|
||||
tm24_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm24.doc
|
||||
dist_rtems_tests_DATA = tm24.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm25.exe
|
||||
tm25_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm25.doc
|
||||
dist_rtems_tests_DATA = tm25.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
|
||||
rtems_tests_PROGRAMS = tm26.exe
|
||||
tm26_exe_SOURCES = task1.c system.h fptest.h ../include/timesys.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm26.doc
|
||||
dist_rtems_tests_DATA = tm26.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tm27.exe
|
||||
tm27_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm27.doc
|
||||
dist_rtems_tests_DATA = tm27.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io dpmem
|
||||
rtems_tests_PROGRAMS = tm28.exe
|
||||
tm28_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm28.doc
|
||||
dist_rtems_tests_DATA = tm28.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io rate_monotonic
|
||||
rtems_tests_PROGRAMS = tm29.exe
|
||||
tm29_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tm29.doc
|
||||
dist_rtems_tests_DATA = tm29.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tmck.exe
|
||||
tmck_exe_SOURCES = task1.c system.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tmck.doc
|
||||
dist_rtems_tests_DATA = tmck.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
||||
rtems_tests_PROGRAMS = tmoverhd.exe
|
||||
tmoverhd_exe_SOURCES = testtask.c empty.c system.h dumrtems.h ../include/timesys.h
|
||||
|
||||
docdir = $(rtems_testsdir)
|
||||
dist_doc_DATA = tmoverhd.doc
|
||||
dist_rtems_tests_DATA = tmoverhd.doc
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
|
||||
Reference in New Issue
Block a user