Liliana Marie Prikler writes: > Hi folks, > > this patch adds code – similar to what we have in other ecosystems – to > make an educated guess on what test framework is used and use it. Newly > packaged Emacs libraries should thus expect to be tested with tests > needing to be explicitly disabled otherwise; just like in the rest of > Guix. > > Cheers Looks good to me just reading through them. Some of the test commands looks a little complicated though with a lot of boiler plate (like emacs-list-utils). Any thoughts on perhaps using a helper function like the (untested) attached patch?