summaryrefslogtreecommitdiff
path: root/tests/build-tests.sh
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-07-31 14:54:24 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-07-31 14:54:24 +0100
commit6a0440391da7a99ffab94ccc66264af9b5f3ce34 (patch)
tree1c7cf4f07b08c4965ab19819ebce367be16fb980 /tests/build-tests.sh
parent5f2e2384443a09e3f1fec71940e9e32b70789102 (diff)
New upstream release.
Diffstat (limited to 'tests/build-tests.sh')
-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()