File: Makefile

package info (click to toggle)
gmplot 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,732 kB
  • sloc: python: 2,023; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
7
8

.PHONY: test

all: 
	@echo 'Nothing to make. Only "make test" works.'

test:
	coverage run -m unittest discover -v