]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Don't build ttyemu and run tty I/O test if grantpt is not available.
[chaz/tar] / tests / Makefile.am
index 3896b7233776470e516bfd539fdacb8b709971b8..6684d1d89952ef71a4dc60106442b560936d883d 100644 (file)
@@ -187,6 +187,7 @@ TESTSUITE_AT = \
  remfiles09a.at\
  remfiles09b.at\
  remfiles09c.at\
+ remfiles10.at\
  same-order01.at\
  same-order02.at\
  shortfile.at\
@@ -262,7 +263,11 @@ installcheck-local:
 ## genfile      ##
 ## ------------ ##
 
-check_PROGRAMS = genfile ttyemu
+check_PROGRAMS = genfile
+
+if TAR_COND_GRANTPT
+check_PROGRAMS += ttyemu
+endif
 
 genfile_SOURCES = genfile.c argcv.c argcv.h
 
This page took 0.020348 seconds and 4 git commands to generate.