From: Matthias Kruk Date: Thu, 25 Nov 2021 05:25:08 +0000 (+0900) Subject: Makefile: Disable tests during build process X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=69f111cb75a3f0e9471f5355b255db04902866f2;p=toolbox 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. --- diff --git a/Makefile b/Makefile index 4ff0c7a..13da461 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ all: clean: -test: - ./test.sh +# test: +# ./test.sh install: mkdir -p $(DESTDIR)/$(PREFIX)/share/toolbox