test only using local files; fixes #21

This commit is contained in:
Radovan Bast
2015-06-28 11:12:36 +02:00
parent d7061493fc
commit 3d02918ffe
4 changed files with 15 additions and 14 deletions

View File

@ -2,14 +2,14 @@
name: example
[cxx]
source: https://github.com/scisoft/autocmake/raw/master/modules/cxx.cmake
source: ../../../modules/cxx.cmake
docopt: --cxx=<CXX> C++ compiler [default: g++].
--extra-cxx-flags=<EXTRA_CXXFLAGS> Extra C++ compiler flags [default: ''].
export: 'CXX=%s' % arguments['--cxx']
define: '-DEXTRA_CXXFLAGS="%s"' % arguments['--extra-cxx-flags']
[default_build_paths]
source: https://github.com/scisoft/autocmake/raw/master/modules/default_build_paths.cmake
source: ../../../modules/default_build_paths.cmake
[src]
source: https://github.com/scisoft/autocmake/raw/master/modules/src.cmake
source: ../../../modules/src.cmake