New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/31771#issuecomment-876464929 Comment: When building the module, DKMS runs the package's configure script; this references the `tests` tree and fails, preventing the module from building. I attempted to remove `tests` in `post_extract`, but this directory is listed as a requirement in both `Makefile.am` and `configure.ac`. While this is probably an easy fix (remove all `tests/*` file references in `configure.ac` and remove references to the `tests` directories in, *e.g.*, the `SUBDIRS` specification of `Makefile.am`), I'm not thrilled about carrying patches to the build system to support test removals, especially since there is some disagreement about whether the tests should just be removed or offered in a subpackage. I'm merging as-is for now; anybody who wants to pick up the effort can do so.