Revert "testing: Don't run tests when building tkm"

This reverts commit e74bca9e19.
This commit is contained in:
Tobias Brunner
2021-11-29 15:06:57 +01:00
parent 6b9c8a674f
commit 43927e60a7
+1 -1
View File
@@ -17,7 +17,7 @@ all: install
@rm -f .$(PKG)-checkout-* && touch $@
.$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV)
cd $(PKG) && make
cd $(PKG) && make tests && make
@rm -f .$(PKG)-built-* && touch $@
install: .$(PKG)-built-$(REV)