2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* devfs04/Makefile.am, deviceio01/Makefile.am,
	monitor02/Makefile.am, stackchk01/Makefile.am,
	stringto01/Makefile.am, tar01/Makefile.am,
	tar02/Makefile.am, termios01/Makefile.am,
	termios03/Makefile.am, termios04/Makefile.am
	tztest/Makefile.am: Add missing files.
This commit is contained in:
Ralf Corsepius
2011-06-20 08:53:03 +00:00
parent 3a9d9e1e12
commit e8899de3fa
12 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* devfs04/Makefile.am, deviceio01/Makefile.am,
monitor02/Makefile.am, stackchk01/Makefile.am,
stringto01/Makefile.am, tar01/Makefile.am,
tar02/Makefile.am, termios01/Makefile.am,
termios03/Makefile.am, termios04/Makefile.am
tztest/Makefile.am: Add missing files.
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mouse01/serial_mouse_config.c: Avoid output due to execution context.

View File

@@ -4,6 +4,7 @@
rtems_tests_PROGRAMS = devfs04
devfs04_SOURCES = init.c test_driver.c
devfs04_SOURCES += test_driver.h
dist_rtems_tests_DATA = devfs04.scn
dist_rtems_tests_DATA += devfs04.doc

View File

@@ -4,6 +4,7 @@
rtems_tests_PROGRAMS = deviceio01
deviceio01_SOURCES = init.c test_driver.c
deviceio01_SOURCES += test_driver.h
dist_rtems_tests_DATA = deviceio01.scn
dist_rtems_tests_DATA += deviceio01.doc

View File

@@ -7,6 +7,8 @@ MANAGERS = all
rtems_tests_PROGRAMS = monitor02
monitor02_SOURCES = init.c system.h
dist_rtems_tests_DATA = monitor02.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = stackchk01
stackchk01_SOURCES = init.c
dist_rtems_tests_DATA = stackchk01.scn
dist_rtems_tests_DATA += stackchk01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

View File

@@ -6,6 +6,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = stringto01
stringto01_SOURCES = init.c
stringto01_SOURCES += stringto_test_template.h
dist_rtems_tests_DATA = stringto01.scn stringto01.doc

View File

@@ -10,6 +10,7 @@ tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
BUILT_SOURCES = initial_filesystem_tar.c initial_filesystem_tar.h
dist_rtems_tests_DATA = tar01.scn
dist_rtems_tests_DATA += tar01.doc
endif TARTESTS
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg

View File

@@ -10,6 +10,7 @@ tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
BUILT_SOURCES = initial_filesystem_tar.c initial_filesystem_tar.h
dist_rtems_tests_DATA = tar02.scn
dist_rtems_tests_DATA += tar02.doc
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg

View File

@@ -6,6 +6,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = termios01
termios01_SOURCES = init.c termios_testdriver.c
termios01_SOURCES += termios_testdriver.h
dist_rtems_tests_DATA = termios01.scn
dist_rtems_tests_DATA += termios01.doc

View File

@@ -6,6 +6,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = termios03
termios03_SOURCES = init.c termios_testdriver_polled.c
termios03_SOURCES += termios_testdriver_polled.h
dist_rtems_tests_DATA = termios03.scn
dist_rtems_tests_DATA += termios03.doc

View File

@@ -6,6 +6,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = termios04
termios04_SOURCES = init.c termios_testdriver_intr.c
termios04_SOURCES += termios_testdriver_intr.h
dist_rtems_tests_DATA = termios04.scn
dist_rtems_tests_DATA += termios04.doc

View File

@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = tztest
tztest_SOURCES = init.c
dist_rtems_tests_DATA = tztest.scn
dist_rtems_tests_DATA += tztest.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am