Lines Matching refs:test
8 # run only specific test over 'Makefile'
131 # define test for each compile as 'test_NAME' variable
132 # with the test itself as a value
133 test_make_tags = test -f tags
134 test_make_cscope = test -f cscope.out
145 test_make_python_perf_so := test -f $(PERF)/python/perf.so
147 test_make_perf_o := test -f $(PERF)/perf.o
148 test_make_util_map_o := test -f $(PERF)/util/map.o
149 test_make_util_pmu_bison_o := test -f $(PERF)/util/pmu-bison.o
192 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
211 test_make_python_perf_so_O := test -f $$TMP_O/python/perf.so
212 test_make_perf_o_O := test -f $$TMP_O/perf.o
213 test_make_util_map_o_O := test -f $$TMP_O/util/map.o
214 test_make_util_pmu_bison_o_O := test -f $$TMP_O/util/pmu-bison.o
216 test_default = test -x $(PERF)/perf
217 test = $(if $(test_$1),$(test_$1),$(test_default))
219 test_default_O = test -x $$TMP_O/perf
244 echo " test: $(call test,$@)" >> $@ 2>&1; \
245 $(call test,$@) && \
255 echo " test: $(call test_O,$@)" >> $@ 2>&1; \
268 test -x perf && rm -f $@ || (cat $@ ; false)
274 test -x perf && rm -f $@ || (cat $@ ; false)