File: Makefile

package info (click to toggle)
dh-runit 2.17.2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 364 kB
  • sloc: sh: 376; perl: 355; haskell: 49; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
all:
check:
	./testrunner.sh
autopkgtest:
	AUTOPKGTEST=1 ./testrunner.sh
.PHONY: check