blob: f1cbdb3bebaa6885b2beab324cd7b08623d07b33 [file] [log] [blame]
Andrew Geissler09036742021-06-25 14:25:14 -05001From ee3c7812e1efa6719af68b994804f0e6caceabd8 Mon Sep 17 00:00:00 2001
2From: Tudor Florea <tudor.florea@enea.com>
3Date: Mon, 14 Jun 2021 14:00:31 +0200
4Subject: [PATCH] util-linux: Add ptest
5
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05006Ptest needs buildtest-TESTS and runtest-TESTS targets.
7serial-tests is required to generate those targets.
Andrew Geissler09036742021-06-25 14:25:14 -05008Revert run.sh script accordingly to serialize running tests
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009
10Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Andrew Geissler09036742021-06-25 14:25:14 -050011Upstream-Status: Inappropriate
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050012
Andrew Geissler09036742021-06-25 14:25:14 -050013---
14 configure.ac | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/configure.ac b/configure.ac
18index 5664f9f..075ef27 100644
19--- a/configure.ac
20+++ b/configure.ac
Brad Bishop316dfdd2018-06-25 12:45:53 -040021@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050022 dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
Andrew Geissler09036742021-06-25 14:25:14 -050023 dnl the compiler (like LT_INIT) to avoid autoconf errors.
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050024 AC_USE_SYSTEM_EXTENSIONS
Andrew Geissler09036742021-06-25 14:25:14 -050025-AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
26+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects serial-tests])
Brad Bishop316dfdd2018-06-25 12:45:53 -040027
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050028 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
29 [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])