diff --git a/project.conf b/project.conf index 872badb..f8bcd75 100644 --- a/project.conf +++ b/project.conf @@ -3,3 +3,12 @@ version=0.0.0 subdirs=src,tests,tools dist=Makefile,COPYING +targets=tests + +#targets +[tests] +type=command +command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/tests.log"; else $(MAKE) tests.log; fi) +depends=all +enabled=0 +phony=1