master
François Pottier 2018-09-07 13:31:01 +02:00 committed by Gabriel Scherer
parent d5fafa251b
commit f3cc928f16
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
exactly as `make all` which is heavily tested.
`make promote DIR=tests/foo`::
most test run a program and compare the result of the program, store in a file
Most tests run a program and compare the result of the program, store in a file
`foo.result`, with a reference output stored in `foo.reference` -- the test
fails if the two output differ. Sometimes a change in result is innocuous, it
comes from an intended change in output instead of a regression.