test_library_builders.sh 542 Bytes
Newer Older
1
2
# Test some library builders
# Smoke test
3
4
export BUILD_PREFIX="${PWD}/builds"
rm_mkdir $BUILD_PREFIX
5
source configure_build.sh
6
7
source library_builders.sh

8
9
start_spinner

xoviat's avatar
xoviat committed
10
suppress build_openssl
11
suppress build_libpng
xoviat's avatar
xoviat committed
12
13
suppress build_libwebp
suppress build_szip
14
suppress build_swig
Matthew Brett's avatar
Matthew Brett committed
15
16
17
18
# We need to find a test for build_github
# It needs a standalone C library with ./configure script.
# arb (below) requires a couple of other libraries.
# suppress build_github fredrik-johansson/arb 2.13.0
19
suppress build_flex
xoviat's avatar
xoviat committed
20
suppress build_openblas
21
22

stop_spinner