Josh Steadmon [off-list ref] writes:
On 2024.03.02 23:00, René Scharfe wrote:
...
quoted
I was starting the programs from t/unit-tests/bin/ individually because
I didn't know 'make unit-tests' exists. This is much nicer, thank you!
Especially after adding 'DEFAULT_UNIT_TEST_TARGET = unit-tests-prove' to
config.mak to complement the 'DEFAULT_TEST_TARGET = prove' I added long
ago. It would be even nicer if the former was the default when the
latter is set.
After js/unit-test-suite-runner [1] is merged, then using
'DEFAULT_TEST_TARGET = prove' will also run the unit tests alongside the
shell test suite.
[1] https://lore.kernel.org/git/cover.1708728717.git.steadmon@google.com/ (local)
Nice ;-).