Update lib/spack/spack/build_systems/ctest.py
Co-authored-by: Chris White <white238@llnl.gov>
This commit is contained in:
parent
f7b3d58b73
commit
a713af9aa8
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
class CTestBuilder(spack.build_systems.cmake.CMakeBuilder):
|
class CTestBuilder(spack.build_systems.cmake.CMakeBuilder):
|
||||||
"""
|
"""
|
||||||
This builider mirrors the behavior of a CMakeBuilder, but all commands are run through
|
This builder mirrors the behavior of a CMakeBuilder, but all commands are run through
|
||||||
CTest. This ensures that xml files are created through CTest. This provides a unified
|
CTest. This ensures that xml files are created through CTest. This provides a unified
|
||||||
buildstamp and improved xml over the spack generated ones.
|
buildstamp and improved xml over the spack generated ones.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user