|
From: Paul F. <pj...@wa...> - 2023-04-22 10:53:24
|
On 22-04-23 01:53, Nicholas Nethercote wrote: > Failing to add test files to Makefile.am is a really easy mistake to > make, and one I've done multiple times recently. Mark, you've often > fixed these, how do you detect them? I did a try push beforehand and it > didn't detect the missing file. Hi Nick [g]make post-regtest-checks does checking that the Makefile.am EXTRA_DIST matches the .exp files (and probably more). It also gets executed, as the name implies, by [g]make regtest. You can run it directly, for instance from the top directory tests/post_regtest_checks . dhat ...checking makefile consistency ...checking header files and include directives A+ Paul |