/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/Makefile.testdir
10 строк
240 B
Laszlo Gombos
test: remove layering violation from the make system
07 ноя 2022, 20:04
07 ноя 2022, 20:04
8d9868c
Код
Авторство
О чём код?
.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