Searched refs:TESTOFILES (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/
H A DMakefile113 TESTOFILES=\ macro
150 STESTOFILES=$(patsubst obj/%,obj/so/%,$(TESTOFILES))
155 DTESTOFILES=$(patsubst obj/%,obj/dbg/%,$(TESTOFILES))
184 obj/test/%: obj/libre2.a obj/re2/testing/%.o $(TESTOFILES) obj/util/test.o
186 $(CXX) -o $@ obj/re2/testing/$*.o $(TESTOFILES) obj/util/test.o obj/libre2.a $(LDFLAGS) $(LDPCRE)
196 obj/test/regexp_benchmark: obj/libre2.a obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o
198 $(CXX) -o $@ obj/re2/testing/regexp_benchmark.o $(TESTOFILES) obj/util/benchmark.o obj/libre2.a $(LDFLAGS) $(LDPCRE)
215 testofiles: $(TESTOFILES)

Completed in 47 milliseconds