diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 1e1d7bfe4..b08f8ce37 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -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)