scripts/project.conf
Pierre Pronchery fb69c9f8a5 Remove the "shlint" test
It no longer works now that the scripts have been renamed.
2020-11-03 20:16:55 +01:00

19 lines
352 B
Plaintext

package=scripts
version=0.0.0
subdirs=doc,src,targets,tests
targets=tests
dist=Makefile,COPYING
#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
#dist
[COPYING]
install=$(PREFIX)/share/doc/$(PACKAGE)