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

Let's try that again on current systems.

This reverts commit 9c2aba2735.
This commit is contained in:
Tobias Brunner
2021-11-29 15:06:57 +01:00
parent df0999ec93
commit 6b9c8a674f
+1 -1
View File
@@ -19,7 +19,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)