blob: 748b6ef0969f864cae5e11166b282389212edaca [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001Ptest needs buildtest-TESTS and runtest-TESTS targets.
2serial-tests is required to generate those targets.
3Revert run.sh script accordingly to serialize running tests
4
5Signed-off-by: Tudor Florea <tudor.florea@enea.com>
6Upstream-Status: Inappropriate
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: util-linux-2.32/configure.ac
9===================================================================
10--- util-linux-2.32.orig/configure.ac
11+++ util-linux-2.32/configure.ac
12@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050013 dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run
14 dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors.
15 AC_USE_SYSTEM_EXTENSIONS
Brad Bishop316dfdd2018-06-25 12:45:53 -040016-AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
17+AM_INIT_AUTOMAKE([-Wall foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects serial-tests])
18
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050019 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
20 [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])