From 51dedb03cf3f17b590785cb29b6792e756040ec2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 18 Dec 2019 05:29:59 +0100 Subject: [PATCH] Also run the "clint" test by default --- project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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