While developing 6107c79c90fdff3fe60e0d0ef3efe57b52b21262 I noticed that a large number of apparently selftest binaries do not appear to be run in our selftest (as determined by git grep): - test_lp_load - notifyd-tests - test* from examples/libsmbclient - dbwrap_torture - split_tokens - locktest2 - msgtest - msg_sink - msg_source - versiontest - rpc_open_tcp - test_headers Note that I may have missed some (one way or the other). Note that because the binaries are not executed, they wont show up in the coverage report at https://samba-team.gitlab.io/devel/samba either. These test binaries would have been written for a reason, so we should work to include these in the selftest to ensure they keep our code tested under CI.