Register a dependency for the tests

This commit is contained in:
Pierre Pronchery 2019-09-26 00:00:28 +02:00
parent 1a1381c7b6
commit d974aae8ae

View File

@ -10,5 +10,6 @@ targets=tests
[tests]
type=command
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log"; else $(MAKE) fixme.log; fi)
depends=all
enabled=0
phony=1