convert python tests to new form

This commit is contained in:
Radovan Bast
2016-05-20 20:58:43 +02:00
parent 6896da511c
commit bfeef557e7
5 changed files with 42 additions and 64 deletions

View File

@ -1,18 +1,13 @@
[project]
name: example
min_cmake_version: 2.8
[cxx]
source: ../../../modules/cxx.cmake
[python_interpreter]
source: ../../../modules/python_interpreter.cmake
[python_libs]
source: ../../../modules/python_libs.cmake
[default_build_paths]
source: ../../../modules/default_build_paths.cmake
[src]
source: ../../../modules/src.cmake
modules:
- cxx:
- source: ../../../modules/cxx.cmake
- python_interpreter:
- source: ../../../modules/python_interpreter.cmake
- python_libs:
- source: ../../../modules/python_libs.cmake
- default_build_paths:
- source: ../../../modules/default_build_paths.cmake
- src:
- source: ../../../modules/src.cmake