Opened 2 years ago
Closed 2 years ago
#9853 closed defect (fixed)
5.1 regression: make check fails without fate samples
Reported by: | Sebastian Ramacher | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Sebastian Ramacher | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Running make check
on the 5.1 release tarball now fails if the fate samples are not present.
$ make check warning: only a subset of the fate tests will be run because SAMPLES is not specified ... TEST movenc fate-imf-cpl-with-repeat requires external samples and SAMPLES not specified
The first warning is expected. In previous releases, tests that require SAMPLES to be set were skipped. This no longer seems to be the case.
Note:
See TracTickets
for help on using tickets.
Fixed in 80d1b8938eb227f0e9efde91050836b1e9a051a9. See also #9841.