File: Makefile.testdir

package info (click to toggle)
dracut 106-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,708 kB
  • sloc: sh: 24,384; ansic: 4,704; makefile: 315; perl: 186; python: 28; javascript: 19
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
.PHONY: all setup clean run

all:
	@V=$(V) testdir="$(realpath ../)" ./test.sh --all
setup:
	@testdir="$(realpath ../)" ./test.sh --setup
clean:
	@testdir="$(realpath ../)" ./test.sh --clean
run:
	@testdir="$(realpath ../)" ./test.sh --run