From d974aae8ae39509d4181ac6e030edeb1f8899371 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 26 Sep 2019 00:00:28 +0200 Subject: [PATCH] Register a dependency for the tests --- project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/project.conf b/project.conf index a98eb57..bbd5733 100644 --- a/project.conf +++ b/project.conf @@ -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