libjit
[Top][All Lists]
Advanced

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

Re: [Libjit] [PATCH 1/2] configure.ac: Specify serial test harness


From: Aleksey Demakov
Subject: Re: [Libjit] [PATCH 1/2] configure.ac: Specify serial test harness
Date: Thu, 25 May 2017 04:13:46 +0700

Thanks for the patch. Applied.

On Wed, May 24, 2017 at 11:00 AM, George Barrett <address@hidden> wrote:
> Autotools currently defaults to the parallel test harness, breaking the
> libjit tests which use the serial test harness API. This commit simply
> adds the serial test option to AM_INIT_AUTOMAKE.
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 9003daa..37969d4 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -11,7 +11,7 @@ dnl Determine the host system type.
>  AC_CANONICAL_HOST
>
>  dnl Initialize automake.
> -AM_INIT_AUTOMAKE([-Wall dist-bzip2])
> +AM_INIT_AUTOMAKE([-Wall dist-bzip2 serial-tests])
>
>  dnl Set the version number for the shared libraries.
>  AC_SUBST(LIBJIT_VERSION)
> --
> 2.13.0
>



reply via email to

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