GLAC
1.0
|
#include "tests/testsuite.h"
#include "performancetests.h"
#include "parallelization/communicator.h"
Go to the source code of this file.
Functions | |
void | runUnitTests (bool runTests) |
Header containing functions needed for running unit tests, integration tests and validation testing. More... | |
void | runPerformanceTests (bool runTests) |
runPerformanceTests will run performance tests on program. Exits once complete. More... | |
void runPerformanceTests | ( | bool | runTests | ) |
runPerformanceTests will run performance tests on program. Exits once complete.
runTests | if true, will run performance tests. |
void runUnitTests | ( | bool | runTests | ) |
Header containing functions needed for running unit tests, integration tests and validation testing.
add validation testing using Jacks chroma config. Load it from python and compare in unit testing program.
split into unit tests, integration tests and validation testing.
runUnitTests function that runs unit tests. Exits once complete.
runTests | if true, will run unit tests. |