From ac9b999873257cf446fcf0f3712d74e4bc0dfcde Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Jan 2000 17:00:22 +0000 Subject: [PATCH] . --- tests/unexpand/.cvsignore | 1 + tests/unexpand/Makefile.am | 12 ++++++++++++ tests/unexpand/Makefile.in | 3 +++ 3 files changed, 16 insertions(+) create mode 100644 tests/unexpand/.cvsignore create mode 100644 tests/unexpand/Makefile.am diff --git a/tests/unexpand/.cvsignore b/tests/unexpand/.cvsignore new file mode 100644 index 0000000000..f3c7a7c5da --- /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 0000000000..9cd3ee8c5d --- /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 8c7e405df1..197843753f 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@ -- 2.47.3