File: Makefile

package info (click to toggle)
dh-shell-completions 0.1.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 187; sh: 50; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TESTS = test-gen test-composite test-separate

.PHONY: test $(TESTS) 

test: $(TESTS)

test-gen:
	tests/run.sh gen

test-composite:
	tests/run.sh composite

test-separate:
	tests/run.sh separate