2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
This commit is contained in:
Ralf Corsepius
2010-07-30 08:56:09 +00:00
parent 9b52f0ef04
commit e1b8e8e732
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am:
+4
View File
@@ -4,6 +4,7 @@
CLEANFILES =
if TARTESTS
rtems_tests_PROGRAMS = tar01
tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
initial_filesystem_tar.c initial_filesystem_tar.h
@@ -11,11 +12,13 @@ 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
endif TARTESTS
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
if TARTESTS
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
@@ -44,5 +47,6 @@ initial_filesystem.tar:
$(LN_S) home/test_file symlink; \
$(PAX) -w -f ../initial_filesystem.tar home symlink)
CLEANFILES += initial_filesystem.tar
endif TARTESTS
include $(top_srcdir)/../automake/local.am
+4
View File
@@ -4,6 +4,7 @@
CLEANFILES =
if TARTESTS
rtems_tests_PROGRAMS = tar02
tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
initial_filesystem_tar.c initial_filesystem_tar.h
@@ -11,11 +12,13 @@ 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
endif
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
if TARTESTS
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
@@ -44,5 +47,6 @@ initial_filesystem.tar:
$(LN_S) home/test_file symlink; \
$(PAX) -w -f ../initial_filesystem.tar home symlink)
CLEANFILES += initial_filesystem.tar
endif TARTESTS
include $(top_srcdir)/../automake/local.am