]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Fix some problems with negative and out-of-range integers.
[chaz/tar] / tests / Makefile.am
index 4a7970ec3f937371f5093d5c4b3d924d0b26d8a7..dc656378769ad37797dc92d958763c9be6d58f97 100644 (file)
@@ -157,6 +157,7 @@ TESTSUITE_AT = \
  spmvp00.at\
  spmvp01.at\
  spmvp10.at\
+ time01.at\
  truncate.at\
  update.at\
  update01.at\
@@ -178,6 +179,7 @@ TESTSUITE_AT = \
  xattr02.at\
  xattr03.at\
  xattr04.at\
+ xattr05.at\
  acls01.at\
  acls02.at\
  selnx01.at\
@@ -219,6 +221,11 @@ check_PROGRAMS = genfile
 genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
-INCLUDES = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib
-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/gnu\
+ -I../gnu\
+ -I$(top_srcdir)/gnu\
+ -I$(top_srcdir)/lib\
+ -DLOCALEDIR=\"$(localedir)\"
+
 LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
This page took 0.02249 seconds and 4 git commands to generate.