forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user