On Tue, Jan 17, 2023 at 11:35:09AM -0600, Justin Pryzby wrote: > However, this finds two real problems and one false-positive with > missing regress/isolation tests: > > $ for makefile in `find src contrib -name Makefile`; do for testname in `sed > -r '/^(REGRESS|ISOLATION) =/!d; s///; :l; /\\\\$/{s///; N; b l}; s/\n//g' > "$makefile"`; do meson=${makefile%/Makefile}/meson.build; grep -Fw > "$testname" "$meson" >/dev/null || echo "$testname is missing from $meson"; > done; done
And, since 681d9e462: security is missing from contrib/seg/meson.build