diff --git a/project.conf b/project.conf index ab131b1..5e1bd7f 100644 --- a/project.conf +++ b/project.conf @@ -10,7 +10,7 @@ dist=Makefile,COPYING,config.h,config.sh #targets [tests] type=command -command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log"; else $(MAKE) fixme.log; fi) +command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/fixme.log"; else $(MAKE) clint.log fixme.log; fi) depends=all enabled=0 phony=1