bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix failing non-srcdir "make check"


From: Jim Meyering
Subject: fix failing non-srcdir "make check"
Date: Thu, 19 Aug 2010 00:59:18 +0200

I noticed that e.g., "make distcheck" was failing.
I've pushed this fix, along with minor build/test updates:

>From feaa8f3fd279a5eb3adb16d8cfe863328a5e3222 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 18 Aug 2010 18:52:02 -0400
Subject: [PATCH] avoid non-srcdir "make check" failure

* tests/Makefile.am (EXTRA_DIST): Add init.cfg.
The failure was introduced by commit 6f7c0f12.
---
 tests/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index b31a513..702c150 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -48,7 +48,8 @@ TESTS = \
   t9040-many-partitions.sh

 EXTRA_DIST = \
-  $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh init.sh
+  $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh t-local.sh t-lvm.sh \
+  init.cfg init.sh

 check_PROGRAMS = print-align print-max dup-clobber
 LDADD = \
--
1.7.2.1.224.g2f41ea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]