A framework for executing and documenting verification and validation tests.
- Clone the repository: git clone [email protected]:TDycores-Project/qa-toolbox.git
- Within qa-toolbox:
- Create a file simulators.sim listing simulator names mapped to the complete path of the executables. Use default_simulators.sim as an example.
- Create a file config_files.txt listing the relative path from the root directory to the .cfg files to be run. Use default_configf_files.txt as an example.
- Create the documentation directory structure:
- SPHINX_DIR - Top level directory where index.rst resides
- SPHINX_DIR/source - Directory for supporting .rst files. Additional underlying directories may be created.
- Launch the test suite with make all DOC_DIR=$SPHINX_DIR.