4
0
Sergey Poznyakoff 20 жил өмнө
parent
commit
a33b37a9a3

+ 3 - 2
tests/Makefile.am

@@ -82,6 +82,7 @@ TESTSUITE_AT = \
  shortrec.at\
  sparse01.at\
  sparse02.at\
+ truncate.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -120,10 +121,10 @@ installcheck-local:
 
 check_PROGRAMS = genfile
 
-genfile_SOURCES = genfile.c
+genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
-LDADD = ../lib/libtar.a $(LIBINTL)
+LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
 

+ 2 - 0
tests/testsuite.at

@@ -115,6 +115,8 @@ m4_include([volume.at])
 
 m4_include([comprec.at])
 
+m4_include([truncate.at])
+
 m4_include([star/gtarfail.at])
 m4_include([star/gtarfail2.at])