OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTOFILES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/
Makefile
113
TESTOFILES
=\
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
)
/external/regex-re2/
Makefile
113
TESTOFILES
=\
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 54 milliseconds