Regression tests: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
The idea here is to checkout a "correct" version of the code, run an experiment and consider the resulting output to be the BASELINE version. Next, checkout the UNSTABLE tag, build it, run the experiment and compare the resulting | The idea here is to checkout a "correct" version of the code, run an experiment and consider the resulting output to be the BASELINE version. Next, checkout the UNSTABLE tag, build it, run the experiment and compare the resulting | ||
output (CURRENT version) with the BASELINE version. | output (CURRENT version) with the BASELINE version. | ||
==Test scripts== | ==Test scripts== |