[Pdbg] [PATCH 3/5] Makefile: Do not install test programs

Alistair Popple alistair at popple.id.au
Thu Aug 2 15:03:46 AEST 2018


Testing is something that I would like to start focussing on. This test was
added in this way as a stop gap so it didn't get lost/bitrot but I am open to
ideas for how we could do this kind of testing better.

- Alistair

On Monday, 16 July 2018 4:32:14 PM AEST Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> ---
>  Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 7206fc2..739ab23 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -3,7 +3,8 @@ AM_MAKEFLAGS = --no-print-directory
>  
>  GIT_SHA1 ?= `git --work-tree=$(top_srcdir) --git-dir=$(top_srcdir)/.git describe --always --long --dirty 2>/dev/null || echo unknown`
>  
> -bin_PROGRAMS = pdbg optcmd_test
> +bin_PROGRAMS = pdbg
> +noinst_PROGRAMS = optcmd_test
>  
>  ACLOCAL_AMFLAGS = -Im4
>  AM_CFLAGS = -I$(top_srcdir)/ccan/array_size -Wall -Werror -O2
> 




More information about the Pdbg mailing list