Lines Matching refs:shell
84 SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
85 SHELL_TEST_LOGS := $(SHELL_TESTS:tests/shell/%=shell/%.shellcheck_log)
98 PY_TESTS := $(shell find tests/shell -type f -name '*.py')
99 MYPY_TEST_LOGS := $(PY_TESTS:tests/shell/%=shell/%.mypy_log)
111 PY_TESTS := $(shell find tests/shell -type f -name '*.py')
112 PYLINT_TEST_LOGS := $(PY_TESTS:tests/shell/%=shell/%.pylint_log)