btrfs-progs: tests: do test build of library-test.static
authorDavid Sterba <dsterba@suse.com>
Mon, 13 Mar 2017 16:15:24 +0000 (17:15 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 16 Mar 2017 16:02:44 +0000 (17:02 +0100)
Signed-off-by: David Sterba <dsterba@suse.com>
tests/build-tests.sh

index 04e3fd1..4dc8744 100755 (executable)
@@ -63,6 +63,9 @@ function build_make_targets() {
        # defaults, library
        target="library-test"
        buildme
+       # defaults, static library
+       target="library-test.static"
+       buildme
 }
 
 # main()