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.

Required Components

The coverage testing employs several DELPH-IN tools. All the paths of the tools below must be enrolled as PATH in ~/.bashrc.

  1. ace: see AceTop

  2. art: see http://sweaglesw.org/linguistics/libtsdb/art

  3. pyDelphin: see https://github.com/goodmami/pydelphin

  4. gTest: see https://github.com/goodmami/gtest

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