summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4/serial-tests-config.patch
blob: 34e6ad801e72920492b8fb071f4709fa9a76f9e1 (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
From ab8491111b4578db5b735c6466187775e1855f18 Mon Sep 17 00:00:00 2001
From: Changqing Li <changqing.li@windriver.com>
Date: Tue, 23 Apr 2019 15:35:00 +0800
Subject: [PATCH] add a patch to use serial-tests config needed by ptest

Add serial-tests support, ptest need it.

Upstream-Status: Inappropriate [oe specific]

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 78b8788..931fa6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
   [bug-m4@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests
+AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests serial-tests
 silent-rules subdir-objects gnu])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
-- 
2.7.4