Skip to content

IndraRegressionTest

DavidMoeljadi edited this page Jul 6, 2015 · 3 revisions

Regression Test

Regression testing checks if a new implementation works well with all the previous functionality in the development of software.

Usage

The regression test can be done under ind/utils.

$ ./regression_test.sh

The profiles to be tested are enumerated in COMPARISON under ind/utils (line by line).

If regression test cannot be done, try

$ sudo apt-get install python3-networkx
Clone this wiki locally