aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch
blob: 096b8baa7986fb3cbcf841ede60f7aa808bff842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 1ab999aa5a7a21329bab13e05f843e5e029493e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net>
Date: Mon, 6 Jan 2020 15:10:30 +0000
Subject: [PATCH 2/2] build: enable serial-tests automake option (for ptest)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

For ptest, we need to be able to compile the tests without
running them.

Enabling the serial-tests automake option will add
buildtest-TESTS and runtest-TESTS makefile targets, the
former being what we want.

Signed-off-by: André Draszik <git@andred.net>
---
Upstream-Status: Pending

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 079fef9a1a52..058b5504b9b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(onig, 6.9.8)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability serial-tests])
 AC_CONFIG_HEADERS([src/config.h])
 
 
-- 
2.35.1