remove "config: custom" option; fixes #135

This commit is contained in:
Radovan Bast
2015-09-18 11:25:50 +02:00
parent 27f4b88220
commit 84b330e419
5 changed files with 7 additions and 42 deletions

View File

@ -93,10 +93,6 @@ def configure_build_and_exe(name, setup_command, launcher=None):
# ------------------------------------------------------------------------------
def test_cxx_custom():
configure_build_and_exe('cxx_custom', 'python setup.py --cxx=g++')
def test_extra_cmake_options():
configure_build_and_exe('extra_cmake_options', 'python setup.py --cxx=g++ --cmake-options="-DENABLE_SOMETHING=OFF -DENABLE_FOO=ON"')