/
githubmirror
/
dracut
Обзор
Документация
Войти
/
githubmirror
/
dracut
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
056
test/Makefile.testdir
12 строк
443 B
David Disseldorp
ci(test): export basedir and testdir as absolute paths
24 ноя 2021, 13:14
24 ноя 2021, 13:14
86bba3d
Код
Авторство
О чём код?
.PHONY: all setup clean run all: @$(MAKE) -s --no-print-directory -C ../.. all @V=$(V) basedir="$(realpath ../..)" testdir="$(realpath ../)" ./test.sh --all setup: @$(MAKE) --no-print-directory -C ../.. all @basedir="$(realpath ../..)" testdir="$(realpath ../)" ./test.sh --setup clean: @basedir="$(realpath ../..)" testdir="$(realpath ../)" ./test.sh --clean run: @basedir="$(realpath ../..)" testdir="$(realpath ../)" ./test.sh --run