]> git.droids-corp.org - dpdk.git/blobdiff - .ci/linux-build.sh
ci: add minimal check on testpmd
[dpdk.git] / .ci / linux-build.sh
index c570ba24e66b00d65749cc230db4d4ad3056b9e9..ccc3a7ccd9769b2ac41b7ed514b3be96fca42177 100755 (executable)
@@ -32,6 +32,10 @@ OPTS="$OPTS --default-library=$DEF_LIB"
 meson build --werror -Dexamples=all $OPTS
 ninja -C build
 
+if [ "$AARCH64" != "1" ]; then
+    devtools/test-null.sh
+fi
+
 if [ "$RUN_TESTS" = "1" ]; then
     sudo meson test -C build --suite fast-tests -t 3
 fi