bug-parted
[Top][All Lists]
Advanced

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

Re: parted-git -- patch: do not install test programs


From: Jim Meyering
Subject: Re: parted-git -- patch: do not install test programs
Date: Tue, 09 Feb 2010 11:44:28 +0100

Peter Breitenlohner wrote:
> I am fairly sure that you don't intend to install the test programs 'disk'
> and 'label', and they are not mentioned in parted.spec.
>
> Thus I'd like to suggest the attached patch.

Good catch.
Those are definitely not meant to be installed.
Thanks for the patch.  It fine and will be pushed soon.

> From fe4a16438519934bf73da5530d8f2c3156ba0964 Mon Sep 17 00:00:00 2001
> From: Peter Breitenlohner <address@hidden>
> Date: Mon, 8 Feb 2010 14:01:13 +0100
> Subject: [PATCH] do not install the test programs disk and label
>
>
> Signed-off-by: Peter Breitenlohner <address@hidden>
> ---
>  libparted/tests/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
> index b368975..0599c33 100644
> --- a/libparted/tests/Makefile.am
> +++ b/libparted/tests/Makefile.am
> @@ -5,7 +5,7 @@
>
>  TESTS = t1000-label.sh t2000-disk.sh
>  EXTRA_DIST = $(TESTS)
> -bin_PROGRAMS = label disk
> +check_PROGRAMS = label disk
>  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
>
>  LDADD = \




reply via email to

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