aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/dgst.try
AgeCommit message (Collapse)AuthorFilesLines
2021-03-30Don't put test results or intermediary files in the source treeRichard Levitte1-1/+1
When building in a directory that's separate from the source directory, test results should end up in the build directory, not the source directory. Essentially, unless you do build in the source directory, it should be regarded as read-only when building.
2020-01-12tcl_tests: Make utf-8 encoding workVitaly Chikunov1-1/+0
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
2020-01-12tcl_tests: Add TCL tests filesDmitry Belyavskiy1-0/+126
All source files are converted from cp1251 to utf-8.