Lines Matching refs:test
107 # define test for each compile as 'test_NAME' variable
108 # with the test itself as a value
109 test_make_tags = test -f tags
110 test_make_cscope = test -f cscope.out
121 test_make_python_perf_so := test -f $(PERF)/python/perf.so
123 test_make_perf_o := test -f $(PERF)/perf.o
124 test_make_util_map_o := test -f $(PERF)/util/map.o
125 test_make_util_pmu_bison_o := test -f $(PERF)/util/pmu-bison.o
159 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
178 test_make_python_perf_so_O := test -f $$TMP_O/python/perf.so
179 test_make_perf_o_O := test -f $$TMP_O/perf.o
180 test_make_util_map_o_O := test -f $$TMP_O/util/map.o
181 test_make_util_pmu_bison_o_O := test -f $$TMP_O/util/pmu-bison.o
183 test_default = test -x $(PERF)/perf
184 test = $(if $(test_$1),$(test_$1),$(test_default))
186 test_default_O = test -x $$TMP_O/perf
206 echo " test: $(call test,$@)" >> $@ 2>&1; \
207 $(call test,$@) && \
217 echo " test: $(call test_O,$@)" >> $@ 2>&1; \