raw/ifpga: remove virtual devices on close
[dpdk.git] / devtools / test-meson-builds.sh
index 9ec8e2b..a653b25 100755 (executable)
@@ -220,6 +220,9 @@ for c in gcc clang ; do
        done
 done
 
+build build-mini cc skipABI $use_shared -Ddisable_libs=* \
+       -Denable_drivers=net/null
+
 # test compilation with minimal x86 instruction set
 # Set the install path for libraries to "lib" explicitly to prevent problems
 # with pkg-config prefixes if installed in "lib/x86_64-linux-gnu" later.
@@ -243,7 +246,8 @@ if check_cc_flags '-m32' ; then
                export PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig'
        fi
        target_override='i386-pc-linux-gnu'
-       build build-32b cc ABI -Dc_args='-m32' -Dc_link_args='-m32'
+       build build-32b cc ABI -Dc_args='-m32' -Dc_link_args='-m32' \
+                       -Dcpp_args='-m32' -Dcpp_link_args='-m32'
        target_override=
        unset PKG_CONFIG_LIBDIR
 fi