-
Notifications
You must be signed in to change notification settings - Fork 4
IndraRegressionTest
DavidMoeljadi edited this page Jul 6, 2015
·
3 revisions
Regression testing checks if a new implementation works well with all the previous functionality in the development of software.
The coverage testing employs several DELPH-IN tools. All the paths of the tools below must be enrolled as PATH in ~/.bashrc.
-
ace: see AceTop
-
pyDelphin: see https://github.com/goodmami/pydelphin
-
gTest: see https://github.com/goodmami/gtest
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
Home | Forum | Discussions | Events