summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-03-13 17:15:24 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-16 17:02:44 +0100
commitea3d522cc633aa2cfe5675d34674f1c779f84cfb (patch)
tree99ab428d2525286cbef958ceaef558fcc0df04c2
parentf3ec118ab764927895b429001561a1b96458574a (diff)
btrfs-progs: tests: do test build of library-test.static
Signed-off-by: David Sterba <dsterba@suse.com>
-rwxr-xr-xtests/build-tests.sh3
1 files changed, 3 insertions, 0 deletions
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()