Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Mar 30, 2023
1 parent 03cc3a5 commit 56a1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Descriptions of syntaxes (scheme) are divided into static and generated. Static
After scheme change, it is necessary test changes for regressions. For this purpose it is necessary:

1. to build the library of schemes `build base`
2. check that `bin` directory in the root of the project has `colorer.exe` (the utility for working with library of schemes)
2. check that `bin` directory in the root of the project has `colorer` (the utility for working with library of schemes)
3. start script `runtest.py` from `hrc/test` directory
4. script will check the result of coloring of reference file, the result is output to the console and `fails.html` file in *current_working_dir*/*time_of_test* directory.
5. after the analysis of divergences in case of mistakes it is necessary to correct the scheme. If the current coloring is considered correct, it is necessary to replace the reference file with the new one.
Expand Down

0 comments on commit 56a1e18

Please sign in to comment.