reactivate test_cxx
This commit is contained in:
parent
939de1edb0
commit
28582ceba7
@ -1,12 +1,9 @@
|
|||||||
[project]
|
|
||||||
name: example
|
name: example
|
||||||
min_cmake_version: 2.8
|
min_cmake_version: 2.8
|
||||||
|
modules:
|
||||||
[cxx]
|
- cxx:
|
||||||
source: ../../../modules/cxx.cmake
|
- source: ../../../modules/cxx.cmake
|
||||||
|
- default_build_paths:
|
||||||
[default_build_paths]
|
- source: ../../../modules/default_build_paths.cmake
|
||||||
source: ../../../modules/default_build_paths.cmake
|
- src:
|
||||||
|
- source: ../../../modules/src.cmake
|
||||||
[src]
|
|
||||||
source: ../../../modules/src.cmake
|
|
||||||
|
@ -89,7 +89,6 @@ def test_extra_cmake_options():
|
|||||||
configure_build_and_exe('extra_cmake_options', 'python setup --cxx=g++ --cmake-options="-DENABLE_SOMETHING=OFF -DENABLE_FOO=ON"')
|
configure_build_and_exe('extra_cmake_options', 'python setup --cxx=g++ --cmake-options="-DENABLE_SOMETHING=OFF -DENABLE_FOO=ON"')
|
||||||
|
|
||||||
|
|
||||||
@skip_always
|
|
||||||
def test_cxx():
|
def test_cxx():
|
||||||
configure_build_and_exe('cxx', 'python setup --cxx=g++')
|
configure_build_and_exe('cxx', 'python setup --cxx=g++')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user