Skip to content

Commit

Permalink
test: run make check for Arb
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Dec 14, 2022
1 parent 71d1612 commit 1cefc2b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bin/build_dependencies_unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,11 @@ cd arb-$ARBVER
make -j3
make install
#
# Here make check passes for Linux and OSX but fails for Windows probably
# because of a linker error or something like that. It would be nice to
# enable this check when it can work for Windows but for now we disable it
# because if it fails then we don't get any wheels built.
# Set PATH so that DLLs are picked up on Windows.
#
# ARB_TEST_MULTIPLIER=0.1 make check
PATH=$PATH:$PREFIX/lib:$PREFIX/bin \
ARB_TEST_MULTIPLIER=0.1 \
make check
cd ..

# ------------------------------------------------------------------------- #
Expand Down

0 comments on commit 1cefc2b

Please sign in to comment.