test only using local files; fixes #21
This commit is contained in:
		| @@ -2,17 +2,14 @@ | ||||
| name: example | ||||
|  | ||||
| [fc] | ||||
| source: https://github.com/scisoft/autocmake/raw/master/modules/fc.cmake | ||||
| source: ../../../modules/fc.cmake | ||||
| docopt: --fc=<FC> Fortran compiler [default: gfortran]. | ||||
|         --extra-fc-flags=<EXTRA_FCFLAGS> Extra Fortran compiler flags [default: '']. | ||||
| export: 'FC=%s' % arguments['--fc'] | ||||
| define: '-DEXTRA_FCFLAGS="%s"' % arguments['--extra-fc-flags'] | ||||
|  | ||||
| [compilers] | ||||
| source: https://github.com/scisoft/autocmake/raw/master/compilers/GNU.Fortran.cmake | ||||
|  | ||||
| [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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user