]> git.corax.cc Git - toolbox/commitdiff
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)
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

index 4ff0c7ad4fc9d45527b916d492d74aca6a8b56f8..13da46152087559b852d728c1b3e553db1a76712 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ all:
 
 clean:
 
-test:
-       ./test.sh
+test:
+#      ./test.sh
 
 install:
        mkdir -p $(DESTDIR)/$(PREFIX)/share/toolbox