libApp/project.conf

16 lines
361 B
Plaintext

package=libApp
version=0.3.1
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)
depends=all
enabled=0
phony=1