erlang.mk: running multiple eunit tests
5 Sep 2025 13:35
If you’re using erlang.mk
, you can run a single unit test suite with make eunit t=whatever
. That’s no good if you
want to run multiple test suites. Here’s a nasty hack that makes it possible.