From 05d92eaff7a7be3f11d134277fd796677fd3a71d Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Fri, 19 Jun 2020 20:00:31 -0700 Subject: [PATCH] autobuild.sh: configure without shared libraries for unittests This will allow us to run the env tests with the other tests. Signed-off-by: Seth Howell Change-Id: I1716ff25f088c49a010005ae883c57bf09b27bb5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2982 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker Reviewed-by: Tomasz Zawadzki --- autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autobuild.sh b/autobuild.sh index 3613ed56f..acfe0745f 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -156,6 +156,7 @@ function autobuild_test_suite() { run_test "autobuild_ocf_precompile" ocf_precompile fi run_test "autobuild_check_so_deps" $rootdir/test/make/check_so_deps.sh $1 + ./configure $config_params --without-shared run_test "scanbuild_make" scanbuild_make run_test "autobuild_generated_files_check" porcelain_check run_test "autobuild_header_dependency_check" header_dependency_check