This test tries to compile a CMake target. More...
Public Member Functions | |
def | run (self) |
Runs the test. | |
Public Member Functions inherited from OptionsManager | |
def | __init__ (self, options, cp) |
def | get_option (self, name, default=None, required=False, section=None) |
Get configuration file keys in a safe way. More... | |
Additional Inherited Members | |
Public Attributes inherited from OptionsManager | |
options | |
optparse.Values: command line options | |
cp | |
ConfigParser: configuration file keys. | |
test | |
The name of the current test. | |
This test tries to compile a CMake target.
If the --error
option is not given, the test succeeds if the target can be compiled, otherwise the test succeeds if the compilation fails and the string specified together with --error
is found.
Command line options this class understands.
Definition at line 493 of file testdriver.py.