They are located in "tests/ref/".
I've had to change the Makefile target names for some tests, which also changes the filenames of the generated files.
Therefore, the reference files can't simply by updated by "make fate GEN=1", have to be renamed as well.
In order to stay git patch compatible, here's what you do:
Remove the old reference files:
Code: Select all
$ git rm tests/ref/previous_ref_filenamesCode: Select all
$ make fate GEN=1
$ git add tests/ref/*