diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-16 17:00:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-16 17:00:22 +0000 |
commit | ac9b999873257cf446fcf0f3712d74e4bc0dfcde (patch) | |
tree | 89509df3853ba666f689b6e42ca45b75006eae3e /tests/unexpand | |
parent | 7a8e14b287f052d5518dc218ddf59831c6a130c5 (diff) | |
download | coreutils-ac9b999873257cf446fcf0f3712d74e4bc0dfcde.tar.xz |
.
Diffstat (limited to 'tests/unexpand')
-rw-r--r-- | tests/unexpand/.cvsignore | 1 | ||||
-rw-r--r-- | tests/unexpand/Makefile.am | 12 | ||||
-rw-r--r-- | tests/unexpand/Makefile.in | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/tests/unexpand/.cvsignore b/tests/unexpand/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/tests/unexpand/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/tests/unexpand/Makefile.am b/tests/unexpand/Makefile.am new file mode 100644 index 000000000..9cd3ee8c5 --- /dev/null +++ b/tests/unexpand/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. + +EXTRA_DIST = $(TESTS) + +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PERL="@PERL@" \ + PATH=`pwd`/../../src:$$PATH \ + PROG=unexpand + +TESTS = basic-1 diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 8c7e405df..197843753 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -72,6 +72,7 @@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ +GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ @@ -82,10 +83,12 @@ INSTOBJEXT = @INSTOBJEXT@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ +KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ +NEED_SETGID = @NEED_SETGID@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ |