aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/only
Commit message (Collapse)AuthorAge
* more verbose logs for coq-makefileGravatar Enrico Tassi2017-07-20
|
* coq-makefile: make test suite detect more errorsGravatar Enrico Tassi2017-07-20
| | | | Replacing ; with && and enabling bash's pipefail option
* Use specific shell for more robustness.Gravatar Théo Zimmermann2017-05-27
|
* add the only targetGravatar Enrico Tassi2017-05-23
This makes the following work correctly: make only TGTS="foo bar" -j2 note that make foo bar -j2 is not doing what you think