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

This reverts commit e74bca9e1952cfe4f27f68afeb72be2af56a1256.
This commit is contained in:
Tobias Brunner 2021-11-19 15:24:44 +01:00
parent 6b9c8a674f
commit 43927e60a7

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)