From ee3c7812e1efa6719af68b994804f0e6caceabd8 Mon Sep 17 00:00:00 2001
|
From: Tudor Florea <tudor.florea@enea.com>
|
Date: Mon, 14 Jun 2021 14:00:31 +0200
|
Subject: [PATCH] util-linux: Add ptest
|
|
Ptest needs buildtest-TESTS and runtest-TESTS targets.
|
serial-tests is required to generate those targets.
|
Revert run.sh script accordingly to serialize running tests
|
|
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
|
Upstream-Status: Inappropriate
|
|
---
|
configure.ac | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/configure.ac b/configure.ac
|
index 5664f9f..075ef27 100644
|
--- a/configure.ac
|
+++ b/configure.ac
|
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
|
dnl the compiler (like LT_INIT) to avoid autoconf errors.
|
AC_USE_SYSTEM_EXTENSIONS
|
-AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
|
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects serial-tests])
|
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
|
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
|