From e1b8e8e732b5f7bfe60ea2f6f0896680b770038b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jul 2010 08:56:09 +0000 Subject: =?UTF-8?q?2010-07-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS. --- testsuites/libtests/tar02/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/tar02') diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am index 00b4174ce6..fddc60753d 100644 --- a/testsuites/libtests/tar02/Makefile.am +++ b/testsuites/libtests/tar02/Makefile.am @@ -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 -- cgit v1.2.3