[dpdk-dev] [PATCH 20/20] test-meson-builds: add includes check to default x86 build
From: Bruce Richardson <hidden>
Date: 2021-01-14 11:09:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Bruce Richardson <hidden>
Date: 2021-01-14 11:09:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
Since the includes check is disabled by default, we need to explicitly enable it to have it run. To minimise any extra build time when running the test-meson-builds script, we just add it to the default x86 build. Signed-off-by: Bruce Richardson <redacted> --- devtools/test-meson-builds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh
index 7280b7a93d..d7ddd78791 100755
--- a/devtools/test-meson-builds.sh
+++ b/devtools/test-meson-builds.sh@@ -215,7 +215,7 @@ default_machine='nehalem' if ! check_cc_flags "-march=$default_machine" ; then default_machine='corei7' fi -build build-x86-default cc -Dlibdir=lib -Dmachine=$default_machine $use_shared +build build-x86-default cc -Dlibdir=lib -Dmachine=$default_machine -Dtest_includes=true $use_shared # 32-bit with default compiler if check_cc_flags '-m32' ; then
--
2.27.0