btrfs-progs: tests: do test build of library-test.static

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2017-03-13 17:15:24 +01:00
parent f3ec118ab7
commit ea3d522cc6
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ function build_make_targets() {
# defaults, library
target="library-test"
buildme
# defaults, static library
target="library-test.static"
buildme
}
# main()