From ea3d522cc633aa2cfe5675d34674f1c779f84cfb Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 13 Mar 2017 17:15:24 +0100 Subject: btrfs-progs: tests: do test build of library-test.static Signed-off-by: David Sterba --- tests/build-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/build-tests.sh b/tests/build-tests.sh index 04e3fd19..4dc8744e 100755 --- a/tests/build-tests.sh +++ b/tests/build-tests.sh @@ -63,6 +63,9 @@ function build_make_targets() { # defaults, library target="library-test" buildme + # defaults, static library + target="library-test.static" + buildme } # main() -- cgit v1.2.3