Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: run make check for Arb #33

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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