Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7450503
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
229 B
Subscribers
None
Makefile
View Options
PKGNAME = swh.$(shell basename `pwd` | sed 's/.*-//')
NOSE = nosetests3
NOSEFLAGS = -v
all:
.PHONY: test
test:
$(NOSE) $(NOSEFLAGS)
.PHONY: coverage
coverage:
$(NOSE) $(NOSEFLAGS) --with-coverage --cover-package $(PKGNAME)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Apr 17, 7:43 AM (4 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3261187
Attached To
rDSTOC swh-storage-cassandra
Event Timeline
Log In to Comment