]> git.corax.cc Git - toolbox/commit
Makefile: Disable tests during build process
authorMatthias Kruk <m@m10k.eu>
Thu, 25 Nov 2021 05:25:08 +0000 (14:25 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 25 Nov 2021 05:25:08 +0000 (14:25 +0900)
commit69f111cb75a3f0e9471f5355b255db04902866f2
treeaec7f1d3f9407bdf44fc5ab933c217b2fa68b566
parent41f9210a1ec6905879c9800f05ab62007854a471
Makefile: Disable tests during build process

The test suite is executed automatically by dpkg-buildpackage during
the build process. However, because the test framework is not set up
on the build machine, this causes the packaging process to fail.
This commit removes the test rule from the Makefile to avoid issues
with the build system until the test framework is set up.
Makefile