summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
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
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')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/tar01/Makefile.am4
-rw-r--r--testsuites/libtests/tar02/Makefile.am4
3 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index d48f003305..93ece7bec5 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
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:
Apply $LN_S, $PAX. Use subshell for tarball creation.
Don't add initial_fs to CLEANFILES.
diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am
index ac9ea97caf..5affa41e94 100644
--- a/testsuites/libtests/tar01/Makefile.am
+++ b/testsuites/libtests/tar01/Makefile.am
@@ -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
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