Fixed a bug in the testing

This commit is contained in:
Gregory Becker 2016-03-25 17:03:49 -07:00
parent 618a9b2d7b
commit 57ced37229

View file

@ -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 = """\