Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313233
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
427 B
Subscribers
None
Makefile
View Options
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
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Jul 3, 11:29 AM (5 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3277846
Attached To
rDCORE Foundations and core functionalities
Event Timeline
Log In to Comment