C++QED  2.100.2 (v2 Milestone 10 Development branch)
a framework for simulating open quantum dynamics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Modules Pages
CompileTarget Class Reference

This test tries to compile a CMake target. More...

+ Inheritance diagram for CompileTarget:
+ Collaboration diagram for CompileTarget:

Public Member Functions

def run
 Runs the test.
 
- Public Member Functions inherited from OptionsManager
def __init__
 
def get_option
 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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: