Fixed a bug in the testing
This commit is contained in:
parent
618a9b2d7b
commit
57ced37229
1 changed files with 4 additions and 0 deletions
|
@ -42,11 +42,15 @@
|
||||||
cxx: /path/to/clang++
|
cxx: /path/to/clang++
|
||||||
f77: None
|
f77: None
|
||||||
fc: None
|
fc: None
|
||||||
|
strategy: PATH
|
||||||
|
modules: None
|
||||||
gcc@4.5.0:
|
gcc@4.5.0:
|
||||||
cc: /path/to/gcc
|
cc: /path/to/gcc
|
||||||
cxx: /path/to/g++
|
cxx: /path/to/g++
|
||||||
f77: /path/to/gfortran
|
f77: /path/to/gfortran
|
||||||
fc: /path/to/gfortran
|
fc: /path/to/gfortran
|
||||||
|
strategy: PATH
|
||||||
|
modules: None
|
||||||
"""
|
"""
|
||||||
|
|
||||||
mock_packages_config = """\
|
mock_packages_config = """\
|
||||||
|
|
Loading…
Reference in a new issue