]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: enable building & running tests from a subdir
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>
Thu, 24 Jun 2021 13:53:56 +0000 (14:53 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 30 Jun 2022 16:55:55 +0000 (09:55 -0700)
commit09ad8605520c87e799cb89e2bcdf2f36e21f77ba
tree81bd54bed756f9e2faaa520822b42cf870e0c32a
parent16c086f48c2270ad6412ad7226df53079f825270
build: enable building & running tests from a subdir

During dpkg build, in a subdir, it is currently not possible to run
tests. Building testsuite/modules due to non-existance of the
testsuite directory under the build dir. Thus create it, when it is
not there.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Makefile.am