Skip to content

Commit

Permalink
Enable testing for all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 committed Mar 13, 2018
1 parent ff615a6 commit 285504f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ function pre_build {
http://www.fftw.org/ tar.gz \
--with-pic --enable-shared --enable-threads --disable-fortran \
--enable-sse2 --enable-avx
# eval cd tests && make check-local && cd -
echo 'Testing fftw: double'
eval cd fftw-3.3.7/tests && make check-local && cd -

# Clear stamp file which prevents subsequent builds
rm fftw-stamp
Expand All @@ -39,7 +40,8 @@ function pre_build {
http://www.fftw.org/ tar.gz \
--with-pic --enable-shared --enable-threads --disable-fortran \
--enable-long-double
# eval cd tests && make check-local && cd -
echo 'Testing fftw: long double'
eval cd fftw-3.3.7/tests && make check-local && cd -

# Taken from: https://github.com/conda-forge/pyfftw-feedstock/blob/master/recipe/build.sh
export C_INCLUDE_PATH=$BUILD_PREFIX/include # required as fftw3.h installed here
Expand Down

0 comments on commit 285504f

Please sign in to comment.