Searched defs:TESTS (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/testing/gtest/make/
H A DMakefile30 TESTS = sample1_unittest macro
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
/external/iproute2/testsuite/
H A DMakefile6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t)) macro
10 .PHONY: compile listtests alltests configure $(TESTS)
19 @for t in $(TESTS); do \
23 alltests: $(TESTS)
31 $(TESTS):
/external/protobuf/gtest/make/
H A DMakefile30 TESTS = sample1_unittest macro
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
/external/chromium/testing/gmock/make/
H A DMakefile37 TESTS = gmock_test macro
53 all : $(TESTS)
56 rm -f $(TESTS) gmock.a gmock_main.a *.o
/external/stlport/test/eh/
H A Dcomo-linux.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dcomo.mak24 TESTS = $(LIST:%.cpp=%.out) macro
H A Dcray.mak22 TESTS = $(LIST:%.o=%.out) macro
H A Ddeccxx.mak29 TESTS = $(LIST:%.o=%.out) macro
H A Dhp.mak33 TESTS = $(LIST:%.cpp=%.out) macro
H A Dkai.mak24 TESTS = $(LIST:%.cpp=%.out) macro
H A Dsgi_mipspro.mak28 TESTS = $(LIST:%.o=%.out) macro
H A Dsunpro42.mak29 TESTS = $(LIST:%.cpp=%.out) macro
H A Degcs.mak24 TESTS = $(LIST:%.cpp=%.out) macro
H A Dsunpro-64.mak26 TESTS = $(LIST:%.cpp=%.out) macro
H A Dsunpro.mak26 TESTS = $(LIST:%.cpp=%.out) macro
H A Dcygwin.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Ddjgpp.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dgcc-99r1.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dgcc7.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dhpacc.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dmingw32.mak27 TESTS = $(LIST:%.cpp=%.out) macro
H A Dgcc-amigaos-m68k.mak28 TESTS = $(LIST:%.cpp=%.out) macro
H A Dgcc-apple-macosx.mak28 TESTS = $(LIST:%.cpp=%.out) macro
H A Dgcc-freebsd.mak28 TESTS = $(LIST:%.cpp=%.out) macro
/external/regex-re2/
H A DMakefile125 TESTS=\ macro
151 STESTS=$(patsubst obj/%,obj/so/%,$(TESTS))
156 DTESTS=$(patsubst obj/%,obj/dbg/%,$(TESTS))
217 test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test
225 static-test: $(TESTS)
229 @./runtests $(TESTS)
240 static-bigtest: $(TESTS) $(BIGTESTS)
241 @./runtests $(TESTS) $(BIGTESTS)

Completed in 299 milliseconds

12