do not run accelerate test on windows
This commit is contained in:
parent
4d2c9637db
commit
f8e89221ed
@ -147,6 +147,7 @@ def test_cxx_lapacke():
|
|||||||
|
|
||||||
|
|
||||||
@skip_on_linux
|
@skip_on_linux
|
||||||
|
@skip_on_windows
|
||||||
def test_cxx_accelerate():
|
def test_cxx_accelerate():
|
||||||
configure_build_and_exe('cxx_accelerate', 'python setup.py --cxx=g++ --accelerate')
|
configure_build_and_exe('cxx_accelerate', 'python setup.py --cxx=g++ --accelerate')
|
||||||
|
|
||||||
@ -169,25 +170,21 @@ def test_python_libs_custom():
|
|||||||
configure_build_and_exe('python_libs_custom', 'python setup.py --cxx=g++ --python={}'.format(python_executable))
|
configure_build_and_exe('python_libs_custom', 'python setup.py --cxx=g++ --python={}'.format(python_executable))
|
||||||
|
|
||||||
|
|
||||||
@skip_on_windows
|
|
||||||
@skip_always
|
@skip_always
|
||||||
def test_boost_header_only():
|
def test_boost_header_only():
|
||||||
configure_build_and_exe('boost_header_only', 'python setup.py --cxx=g++')
|
configure_build_and_exe('boost_header_only', 'python setup.py --cxx=g++')
|
||||||
|
|
||||||
|
|
||||||
@skip_on_windows
|
|
||||||
@skip_always
|
@skip_always
|
||||||
def test_boost_libs():
|
def test_boost_libs():
|
||||||
configure_build_and_exe('boost_libs', 'python setup.py --cxx=g++')
|
configure_build_and_exe('boost_libs', 'python setup.py --cxx=g++')
|
||||||
|
|
||||||
|
|
||||||
@skip_on_windows
|
|
||||||
@skip_always
|
@skip_always
|
||||||
def test_boost_mpi_libs():
|
def test_boost_mpi_libs():
|
||||||
configure_build_and_exe('boost_mpi_libs', 'python setup.py --cxx=g++ --mpi')
|
configure_build_and_exe('boost_mpi_libs', 'python setup.py --cxx=g++ --mpi')
|
||||||
|
|
||||||
|
|
||||||
@skip_on_windows
|
|
||||||
@skip_always
|
@skip_always
|
||||||
def test_boost_python_libs():
|
def test_boost_python_libs():
|
||||||
configure_build_and_exe('boost_python_libs', 'python setup.py --cxx=g++')
|
configure_build_and_exe('boost_python_libs', 'python setup.py --cxx=g++')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user