[PATCH v2 1/2] devtools: document test meson script config options
David Marchand
david.marchand at redhat.com
Fri Dec 9 10:02:21 CET 2022
From: Ferruh Yigit <ferruh.yigit at amd.com>
Document config options of script that can be provided by 'devel.config'
config file.
Signed-off-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
devtools/test-meson-builds.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh
index 7efd5576fc..02541c19aa 100755
--- a/devtools/test-meson-builds.sh
+++ b/devtools/test-meson-builds.sh
@@ -12,6 +12,16 @@ PIPEFAIL=""
set -o | grep -q pipefail && set -o pipefail && PIPEFAIL=1
srcdir=$(dirname $(readlink -f $0))/..
+
+# Load config options:
+# - DPDK_BUILD_TEST_DIR
+#
+# - DPDK_MESON_OPTIONS
+#
+# - DPDK_ABI_REF_DIR
+# - DPDK_ABI_REF_VERSION
+#
+# - DPDK_BUILD_TEST_EXAMPLES
. $srcdir/devtools/load-devel-config
MESON=${MESON:-meson}
--
2.38.1
More information about the dev
mailing list