]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 17:00:22 +0000 (17:00 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 17:00:22 +0000 (17:00 +0000)
tests/unexpand/.cvsignore [new file with mode: 0644]
tests/unexpand/Makefile.am [new file with mode: 0644]
tests/unexpand/Makefile.in

diff --git a/tests/unexpand/.cvsignore b/tests/unexpand/.cvsignore
new file mode 100644 (file)
index 0000000..f3c7a7c
--- /dev/null
@@ -0,0 +1 @@
+Makefile
diff --git a/tests/unexpand/Makefile.am b/tests/unexpand/Makefile.am
new file mode 100644 (file)
index 0000000..9cd3ee8
--- /dev/null
@@ -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
index 8c7e405df1b1e3c3792c2e20fd0df093402273d9..197843753fe2accada73895df170c81afb50aa55 100644 (file)
@@ -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@