]> git.droids-corp.org - dpdk.git/blobdiff - devtools/test-meson-builds.sh
devtools: add ppc64 in meson build test
[dpdk.git] / devtools / test-meson-builds.sh
index 9781eaf415c83eb4c2ae93fa898342fa3e29f558..eaa215f13eb106f713a0e3512a640e7254b30188 100755 (executable)
@@ -212,6 +212,11 @@ for f in $srcdir/config/arm/arm64_[bdo]*gcc ; do
        unset CC
 done
 
+# ppc configurations
+for f in $srcdir/config/ppc/ppc* ; do
+       build build-$(basename $f | cut -d'-' -f-2) $f $use_shared
+done
+
 # Test installation of the x86-default target, to be used for checking
 # the sample apps build using the pkg-config file for cflags and libs
 build_path=$(readlink -f $builds_dir/build-x86-default)