From d4bc1bf2909447a858503b12e1fc45f08969aec0 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 14 Feb 2023 23:24:03 +0100 Subject: [PATCH] btrfs-progs: ci: build test programs The test programs are not build by default but we want at least the build coverage, so add them. Also make the build parallel. Signed-off-by: David Sterba --- ci/build-default | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/build-default b/ci/build-default index 28f5e2be..940365ac 100755 --- a/ci/build-default +++ b/ci/build-default @@ -8,7 +8,10 @@ fi set -e +jobs=`grep -c ^processor /proc/cpuinfo` + ./autogen.sh ./configure "$@" echo "D=$D" -make +make -j $jobs +make hash-speedtest hash-vectest ioctl-test json-formatter-test string-table-test