Page MenuHomeSoftware Heritage

Makefile
No OneTemporary

Makefile

BASENAME := $(shell basename `pwd` | sed 's/.*-//')
PKGNAME = swh.$(BASENAME)
PKGDIR = swh/$(BASENAME)
EXTRA_DIRS := $(shell test -d bin && echo bin)
NOSE = nosetests3
NOSEFLAGS = -v
FLAKE = flake8
FLAKEFLAGS =
all:
.PHONY: test
test:
$(NOSE) $(NOSEFLAGS)
.PHONY: coverage
coverage:
$(NOSE) $(NOSEFLAGS) --with-coverage --cover-package $(PKGNAME)
.PHONY: coverage
check:
$(FLAKE) $(FLAKEFLAGS) $(PKGDIR) $(EXTRA_DIRS)

File Metadata

Mime Type
text/x-makefile
Expires
Thu, Jul 3, 11:29 AM (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3277846

Event Timeline