Skip to content

Commit 1cefc2b

Browse files
committed
test: run make check for Arb
1 parent 71d1612 commit 1cefc2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bin/build_dependencies_unix.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,11 @@ cd arb-$ARBVER
178178
make -j3
179179
make install
180180
#
181-
# Here make check passes for Linux and OSX but fails for Windows probably
182-
# because of a linker error or something like that. It would be nice to
183-
# enable this check when it can work for Windows but for now we disable it
184-
# because if it fails then we don't get any wheels built.
181+
# Set PATH so that DLLs are picked up on Windows.
185182
#
186-
# ARB_TEST_MULTIPLIER=0.1 make check
183+
PATH=$PATH:$PREFIX/lib:$PREFIX/bin \
184+
ARB_TEST_MULTIPLIER=0.1 \
185+
make check
187186
cd ..
188187

189188
# ------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)