How to Run Regression Tests
- Compile a version of the *.exe of interest. For example, compile the debug version of tabulate.exe. This will cause tabulate.exe to be created in, among other places,
- PhyloTree\Tabulate\bin\Debug
- Open a command prompt and go to the RegressionTest directory for the *.exe of interest. For example, for tabulate.exe, go to
- PhyloTree\Tabulate\RegressionTest
- Run the batch file RunRegressionTest.bat giving as the only parameter, a path to the *.exe of interest. For example
- RunRegressionTest.bat ..\bin\debug
- The batch file will run the program and put the output in directory TempDebug.
- Compare this actual output with the expected output which can be found in directory Expected. For example,