Commit 7d2808e30b1405b91eb92439cadee6ab25dc9bfc

Simon McVittie 2022-04-12T13:33:58

test: Run selected noninteractive tests at build-time In Autotools, these are run by `make -C ${builddir}/test check`. In CMake, they're run by `make -C ${builddir} test` or `ninja -C ${builddir} test` or `ctest --test-dir ${builddir}`. Signed-off-by: Simon McVittie <smcv@collabora.com>