libjit
[Top][All Lists]
Advanced

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

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


From: George Barrett
Subject: [Libjit] [PATCH 1/2] configure.ac: Specify serial test harness
Date: Wed, 24 May 2017 14:00:47 +1000
User-agent: NeoMutt/20170428 (1.8.2)

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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