summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar02
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-30 08:56:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-30 08:56:09 +0000
commite1b8e8e732b5f7bfe60ea2f6f0896680b770038b (patch)
tree77a1e50cfc3e8ca8fef2b96e584cbf7ebc09ab2b /testsuites/libtests/tar02
parentFix typo. (diff)
downloadrtems-e1b8e8e732b5f7bfe60ea2f6f0896680b770038b.tar.bz2
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
Diffstat (limited to 'testsuites/libtests/tar02')
-rw-r--r--testsuites/libtests/tar02/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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