From 914cd315dfc38a9cd83f51a8159806154ae828b4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 17 Sep 2019 21:32:24 +0200 Subject: [PATCH] Register a "tests" target for the disabled tests --- project.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project.conf b/project.conf index b99e766..aa26ff0 100644 --- a/project.conf +++ b/project.conf @@ -4,3 +4,10 @@ config=h,sh dist=Makefile,COPYING,README.md,config.h,config.sh subdirs=data,doc,include,src,src/transport,tools,tests +targets=tests + +#targets +[tests] +type=command +command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log"; else $(MAKE) fixme.log; fi) +phony=1