forked from Imagelibrary/rtems
Eliminate scndir, docdir. Use rtems_testsdir instead.
This commit is contained in:
@@ -7,8 +7,7 @@ MANAGERS = io rate_monotonic
|
|||||||
rtems_tests_PROGRAMS = cpuuse.exe
|
rtems_tests_PROGRAMS = cpuuse.exe
|
||||||
cpuuse_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
cpuuse_exe_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = cpuuse.scn
|
||||||
dist_scn_DATA = cpuuse.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = malloctest.exe
|
rtems_tests_PROGRAMS = malloctest.exe
|
||||||
malloctest_exe_SOURCES = init.c task1.c system.h
|
malloctest_exe_SOURCES = init.c task1.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = malloctest.scn
|
||||||
dist_scn_DATA = malloctest.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -9,10 +9,8 @@ rtems_tests_PROGRAMS = rtems++.exe
|
|||||||
rtems___exe_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
rtems___exe_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = rtems++.scn
|
||||||
dist_scn_DATA = rtems++.scn
|
dist_rtems_tests_DATA += rtems++.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = rtems++.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = io rate_monotonic
|
|||||||
rtems_tests_PROGRAMS = rtmonuse.exe
|
rtems_tests_PROGRAMS = rtmonuse.exe
|
||||||
rtmonuse_exe_SOURCES = init.c getall.c task1.c system.h
|
rtmonuse_exe_SOURCES = init.c getall.c task1.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = rtmonuse.scn
|
||||||
dist_scn_DATA = rtmonuse.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = stackchk.exe
|
rtems_tests_PROGRAMS = stackchk.exe
|
||||||
stackchk_exe_SOURCES = blow.c init.c task1.c system.h
|
stackchk_exe_SOURCES = blow.c init.c task1.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = stackchk.scn
|
||||||
dist_scn_DATA = stackchk.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx01.exe
|
rtems_tests_PROGRAMS = psx01.exe
|
||||||
psx01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx01.scn
|
||||||
dist_scn_DATA = psx01.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx02.exe
|
rtems_tests_PROGRAMS = psx02.exe
|
||||||
psx02_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx02_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx02.scn
|
||||||
dist_scn_DATA = psx02.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx03.exe
|
rtems_tests_PROGRAMS = psx03.exe
|
||||||
psx03_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx03_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx03.scn
|
||||||
dist_scn_DATA = psx03.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx04.exe
|
rtems_tests_PROGRAMS = psx04.exe
|
||||||
psx04_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
psx04_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx04.scn
|
||||||
dist_scn_DATA = psx04.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx05.exe
|
rtems_tests_PROGRAMS = psx05.exe
|
||||||
psx05_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
psx05_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx05.scn
|
||||||
dist_scn_DATA = psx05.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx06.exe
|
rtems_tests_PROGRAMS = psx06.exe
|
||||||
psx06_exe_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
|
psx06_exe_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx06.scn
|
||||||
dist_scn_DATA = psx06.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx07.exe
|
rtems_tests_PROGRAMS = psx07.exe
|
||||||
psx07_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx07_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx07.scn
|
||||||
dist_scn_DATA = psx07.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx08.exe
|
rtems_tests_PROGRAMS = psx08.exe
|
||||||
psx08_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
psx08_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx08.scn
|
||||||
dist_scn_DATA = psx08.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx09.exe
|
rtems_tests_PROGRAMS = psx09.exe
|
||||||
psx09_exe_SOURCES = init.c system.h ../include/pmacros.h
|
psx09_exe_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx09.scn
|
||||||
dist_scn_DATA = psx09.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx10.exe
|
rtems_tests_PROGRAMS = psx10.exe
|
||||||
psx10_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
psx10_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx10.scn
|
||||||
dist_scn_DATA = psx10.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx11.exe
|
rtems_tests_PROGRAMS = psx11.exe
|
||||||
psx11_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx11_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx11.scn
|
||||||
dist_scn_DATA = psx11.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx12.exe
|
rtems_tests_PROGRAMS = psx12.exe
|
||||||
psx12_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
psx12_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx12.scn
|
||||||
dist_scn_DATA = psx12.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psx13.exe
|
rtems_tests_PROGRAMS = psx13.exe
|
||||||
psx13_exe_SOURCES = main.c test.c ../include/pmacros.h
|
psx13_exe_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psx13.scn
|
||||||
dist_scn_DATA = psx13.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxcancel.exe
|
rtems_tests_PROGRAMS = psxcancel.exe
|
||||||
psxcancel_exe_SOURCES = init.c ../include/pmacros.h
|
psxcancel_exe_SOURCES = init.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxcancel.scn
|
||||||
dist_scn_DATA = psxcancel.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxchroot01.exe
|
rtems_tests_PROGRAMS = psxchroot01.exe
|
||||||
psxchroot01_exe_SOURCES = main.c test.c ../include/pmacros.h
|
psxchroot01_exe_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxchroot01.scn
|
||||||
dist_scn_DATA = psxchroot01.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxfile01.exe
|
rtems_tests_PROGRAMS = psxfile01.exe
|
||||||
psxfile01_exe_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
|
psxfile01_exe_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxfile01.scn
|
||||||
dist_scn_DATA = psxfile01.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxmount.exe
|
rtems_tests_PROGRAMS = psxmount.exe
|
||||||
psxmount_exe_SOURCES = main.c test.c ../include/pmacros.h
|
psxmount_exe_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxmount.scn
|
||||||
dist_scn_DATA = psxmount.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxmsgq01.exe
|
rtems_tests_PROGRAMS = psxmsgq01.exe
|
||||||
psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h
|
psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxmsgq01.scn
|
||||||
dist_scn_DATA = psxmsgq01.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxreaddir.exe
|
rtems_tests_PROGRAMS = psxreaddir.exe
|
||||||
psxreaddir_exe_SOURCES = main.c test.c ../include/pmacros.h
|
psxreaddir_exe_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxreaddir.scn
|
||||||
dist_scn_DATA = psxreaddir.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxsem01.exe
|
rtems_tests_PROGRAMS = psxsem01.exe
|
||||||
psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
|
psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxsem01.scn
|
||||||
dist_scn_DATA = psxsem01.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxstat.exe
|
rtems_tests_PROGRAMS = psxstat.exe
|
||||||
psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h
|
psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxstat.scn
|
||||||
dist_scn_DATA = psxstat.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxtime.exe
|
rtems_tests_PROGRAMS = psxtime.exe
|
||||||
psxtime_exe_SOURCES = main.c test.c
|
psxtime_exe_SOURCES = main.c test.c
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxtime.scn
|
||||||
dist_scn_DATA = psxtime.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = psxtimer.exe
|
rtems_tests_PROGRAMS = psxtimer.exe
|
||||||
psxtimer_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
|
psxtimer_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = psxtimer.scn
|
||||||
dist_scn_DATA = psxtimer.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
|||||||
rtems_tests_PROGRAMS = base_mp-node1.exe
|
rtems_tests_PROGRAMS = base_mp-node1.exe
|
||||||
base_mp_node1_exe_SOURCES = ../init.c ../apptask.c ../system.h
|
base_mp_node1_exe_SOURCES = ../init.c ../apptask.c ../system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = base_mp-node1.scn
|
||||||
dist_scn_DATA = base_mp-node1.scn
|
dist_rtems_tests_DATA += base_mp-node1.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = base_mp-node1.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io mp
|
|||||||
rtems_tests_PROGRAMS = base_mp-node2.exe
|
rtems_tests_PROGRAMS = base_mp-node2.exe
|
||||||
base_mp_node2_exe_SOURCES = ../init.c ../apptask.c ../system.h
|
base_mp_node2_exe_SOURCES = ../init.c ../apptask.c ../system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = base_mp-node2.scn
|
||||||
dist_scn_DATA = base_mp-node2.scn
|
dist_rtems_tests_DATA += base_mp-node2.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = base_mp-node2.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = base_sp.exe
|
rtems_tests_PROGRAMS = base_sp.exe
|
||||||
base_sp_exe_SOURCES = init.c apptask.c system.h
|
base_sp_exe_SOURCES = init.c apptask.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = base_sp.scn
|
||||||
dist_scn_DATA = base_sp.scn
|
dist_rtems_tests_DATA += base_sp.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = base_sp.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = cdtest.exe
|
rtems_tests_PROGRAMS = cdtest.exe
|
||||||
cdtest_exe_SOURCES = init.c main.cc system.h
|
cdtest_exe_SOURCES = init.c main.cc system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = cdtest.scn
|
||||||
dist_scn_DATA = cdtest.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -9,8 +9,7 @@ if LIBCHIP
|
|||||||
rtems_tests_PROGRAMS = fileio.exe
|
rtems_tests_PROGRAMS = fileio.exe
|
||||||
fileio_exe_SOURCES = init.c system.h
|
fileio_exe_SOURCES = init.c system.h
|
||||||
|
|
||||||
docdir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = fileio.doc
|
||||||
dist_doc_DATA = fileio.doc
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = hello.exe
|
rtems_tests_PROGRAMS = hello.exe
|
||||||
hello_exe_SOURCES = init.c system.h
|
hello_exe_SOURCES = init.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = hello.scn
|
||||||
dist_scn_DATA = hello.scn
|
dist_rtems_tests_DATA += hello.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = hello.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = iostream.exe
|
rtems_tests_PROGRAMS = iostream.exe
|
||||||
iostream_exe_SOURCES = init.cc system.h
|
iostream_exe_SOURCES = init.cc system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = iostream.scn
|
||||||
dist_scn_DATA = iostream.scn
|
dist_rtems_tests_DATA += iostream.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = iostream.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = io event
|
|||||||
rtems_tests_PROGRAMS = loopback.exe
|
rtems_tests_PROGRAMS = loopback.exe
|
||||||
loopback_exe_SOURCES = init.c
|
loopback_exe_SOURCES = init.c
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = loopback.scn
|
||||||
dist_scn_DATA = loopback.scn
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = minimum.exe
|
rtems_tests_PROGRAMS = minimum.exe
|
||||||
minimum_exe_SOURCES = init.c
|
minimum_exe_SOURCES = init.c
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = minimum.scn
|
||||||
dist_scn_DATA = minimum.scn
|
dist_rtems_tests_DATA += minimum.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = minimum.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ MANAGERS = all
|
|||||||
rtems_tests_PROGRAMS = paranoia.exe
|
rtems_tests_PROGRAMS = paranoia.exe
|
||||||
paranoia_exe_SOURCES = init.c paranoia.c system.h
|
paranoia_exe_SOURCES = init.c paranoia.c system.h
|
||||||
|
|
||||||
docdir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = paranoia.doc
|
||||||
dist_doc_DATA = paranoia.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io
|
|||||||
rtems_tests_PROGRAMS = ticker.exe
|
rtems_tests_PROGRAMS = ticker.exe
|
||||||
ticker_exe_SOURCES = init.c tasks.c system.h
|
ticker_exe_SOURCES = init.c tasks.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = ticker.scn
|
||||||
dist_scn_DATA = ticker.scn
|
dist_rtems_tests_DATA += ticker.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = ticker.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ MANAGERS = io event
|
|||||||
rtems_tests_PROGRAMS = unlimited.exe
|
rtems_tests_PROGRAMS = unlimited.exe
|
||||||
unlimited_exe_SOURCES = init.c test1.c test2.c test3.c system.h
|
unlimited_exe_SOURCES = init.c test1.c test2.c test3.c system.h
|
||||||
|
|
||||||
scndir = $(rtems_testsdir)
|
dist_rtems_tests_DATA = unlimited.scn
|
||||||
dist_scn_DATA = unlimited.scn
|
dist_rtems_tests_DATA += unlimited.doc
|
||||||
docdir = $(rtems_testsdir)
|
|
||||||
dist_doc_DATA = unlimited.doc
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
include $(top_srcdir)/../automake/compile.am
|
include $(top_srcdir)/../automake/compile.am
|
||||||
|
|||||||
Reference in New Issue
Block a user