Loader/project.conf

15 lines
334 B
Plaintext

package=Loader
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/distcheck.log" "$(OBJDIR)tests/tests.log"; else $(MAKE) distcheck.log tests.log; fi)
depends=all
enabled=0
phony=1