aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/misc/deps-checksum.sh
Commit message (Collapse)AuthorAge
* Improve shell scriptsGravatar zapashcanon2018-04-05
|
* Should fix a false negative reported by deps-order.sh.Gravatar Hugo Herbelin2017-06-21
| | | | | | | The files deps-order.sh and deps-checksum.sh were concurrently rm-ing the files of the other. Courtesy of Guillaume M.
* Moving code for miscellaneous tests to specific files.Gravatar Hugo Herbelin2017-05-10
The rule is that any file misc/*.sh will now be automatically executed from the test-file directory with appropriate environment variables set. The test can use any auxiliary material which is put in a directory of the same name as the test. This avoids making the main Makefile more or more complex. We loose some customization though (no more custom messages such as printing of the number of universes in the test about the number of necessary universes). We could preserve such customization if needed but I did not consider it was worth the effort. Warning: specific targets universes, deps-order, deps-checksum are removed by consistency. Do instead "make misc/universes.log", etc., or even "make misc" for all.