]> Git Repo - linux.git/blob - tools/perf/arch/x86/Build
Linux 6.14-rc3
[linux.git] / tools / perf / arch / x86 / Build
1 perf-util-y += util/
2 perf-test-y += tests/
3
4 ifdef SHELLCHECK
5   TEST_LOGS := $(SHELL_TESTS:%=%.shellcheck_log)
6 else
7   SHELL_TESTS :=
8   TEST_LOGS :=
9 endif
10
11 $(OUTPUT)%.shellcheck_log: %
12         $(call rule_mkdir)
13         $(Q)$(call echo-cmd,test)shellcheck -a -S warning "$<" > $@ || (cat $@ && rm $@ && false)
14
15 perf-test-y += $(TEST_LOGS)
This page took 0.03625 seconds and 4 git commands to generate.