GLAC  1.0
Functions
test.h File Reference
#include "tests/testsuite.h"
#include "performancetests.h"
#include "parallelization/communicator.h"
Include dependency graph for test.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ runPerformanceTests()

void runPerformanceTests ( bool  runTests)

runPerformanceTests will run performance tests on program. Exits once complete.

Parameters
runTestsif true, will run performance tests.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runUnitTests()

void runUnitTests ( bool  runTests)

Header containing functions needed for running unit tests, integration tests and validation testing.

Todo:

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.

Author
Mathias M. Vege
Version
1.0
Date
2017-2019

runUnitTests function that runs unit tests. Exits once complete.

Parameters
runTestsif true, will run unit tests.
Here is the call graph for this function:
Here is the caller graph for this function: