HomeSort by relevance Sort by last modified time
    Searched refs:TESTS (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/e2fsprogs/tests/
test_script.in 21 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
23 TESTS=
28 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
29 *) TESTS="$TESTS $SRCDIR/$i" ;;
42 for test_dir in $TESTS
77 echo "$num_ok tests succeeded $num_failed tests failed"
  /frameworks/base/tests/backup/
backup_helper_test.cpp 37 Test TESTS[] = {
54 t = TESTS;
60 t = TESTS;
72 t = TESTS;
83 t = TESTS;
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
107 t = TESTS;
123 printf ("test_backup_helper built without the tests\n");
  /external/iproute2/testsuite/
Makefile 6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t))
10 .PHONY: compile listtests alltests configure $(TESTS)
19 @for t in $(TESTS); do \
23 alltests: $(TESTS)
31 $(TESTS):
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 27 test => { TESTS => 't/*.t t/examples/*.t' },
  /external/protobuf/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
28 # All tests produced by this Makefile. Remember to add new tests you
30 TESTS = sample1_unittest
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/chromium_org/tools/valgrind/
shard-all-tests.sh 6 # Script to run tests under tools/valgrind/chrome_tests.sh
11 # FIXME: Layout tests are a bit funny - they have their own
25 echo "Usage: shard-all-tests.sh [BUILDTYPE=Release] target [target ...]"
26 echo "Example: shard-all-tests.sh ui_tests"
45 TESTS="$@"
48 echo $TESTS | tr ' ' '\012' | grep -v layout_tests || true
49 echo $TESTS | grep -q layout_tests && echo test_shell || true
50 echo $TESTS | grep -q ui_tests && echo chrome || true
104 for testname in $TESTS
  /external/chromium/testing/gmock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
35 # All tests produced by this Makefile. Remember to add new tests you
37 TESTS = gmock_test
53 all : $(TESTS)
56 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/chromium/testing/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
28 # All tests produced by this Makefile. Remember to add new tests you
30 TESTS = sample1_unittest
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/chromium_org/testing/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
28 # All tests produced by this Makefile. Remember to add new tests you
30 TESTS = sample1_unittest
39 all : $(TESTS)
42 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/chromium_org/third_party/jinja2/
defaults.py 27 # default filters, tests and namespace
29 from jinja2.tests import TESTS as DEFAULT_TESTS
tests.py 3 jinja2.tests
144 TESTS = {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 0 """ Tests for the linecache module """
12 TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
13 TESTS = TESTS.split()
56 for entry in TESTS:
80 for entry in TESTS:
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 72 # tests to link in libtcmalloc using -u. This is because libtcmalloc
144 # Note: tests cannot take any arguments!
148 # (in fact, a script failure aborts all the rest of the tests, even with -k).
149 # So, for scripts, we add the script to tests, and also put in an empty
151 TESTS =
156 # All script tests should be added here
159 # be installed, add it here. (Stuff in TESTS is automatically added later).
247 ## TESTS += preamble_patcher_test
295 TESTS += low_level_alloc_unittest
309 src/tests/low_level_alloc_unittest.cc
    [all...]
  /external/stlport/test/eh/
cray.mak 22 TESTS = $(LIST:%.o=%.out)
como.mak 24 TESTS = $(LIST:%.cpp=%.out)
deccxx.mak 29 TESTS = $(LIST:%.o=%.out)
sgi_mipspro.mak 28 TESTS = $(LIST:%.o=%.out)
como-linux.mak 27 TESTS = $(LIST:%.cpp=%.out)
  /external/bison/examples/calc++/
Makefile.am 21 BISON = $(top_builddir)/tests/bison
22 BISON_IN = $(top_srcdir)/tests/bison.in
25 $(AM_V_GEN)cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) bison
92 TESTS = test
93 EXTRA_DIST += $(TESTS)
  /ndk/build/core/
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
87 # Run all the tests, i.e. all functions that are defined with a -test-
89 ndk-run-all-tests = \
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\
  /external/chromium_org/third_party/re2/
Makefile 125 TESTS=\
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
221 @echo Running debug binary tests.
225 static-test: $(TESTS)
227 @echo Running static binary tests.
229 @./runtests $(TESTS)
233 @echo Running dynamic binary tests.
240 static-bigtest: $(TESTS) $(BIGTESTS
    [all...]
  /external/regex-re2/
Makefile 125 TESTS=\
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
221 @echo Running debug binary tests.
225 static-test: $(TESTS)
227 @echo Running static binary tests.
229 @./runtests $(TESTS)
233 @echo Running dynamic binary tests.
240 static-bigtest: $(TESTS) $(BIGTESTS
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 204 const char* TESTS[] = {
242 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0]));
248 compareArray(*coll, TESTS, TESTS_length);
255 void CollationThaiTest::compareArray(Collator& c, const char* tests[],
260 if (tests[i+1][0] == '<') {
262 } else if (tests[i+1][0] == '>') {
264 } else if (tests[i+1][0] == '=') {
267 // expect = Integer.decode(tests[i+1]).intValue();
268 errln((UnicodeString)"Error: unknown operator " + tests[i+1])
353 const char *tests[LINES] = { local
408 const char *tests[] = { local
    [all...]
  /external/icu4c/test/intltest/
thcoll.cpp 203 const char* TESTS[] = {
241 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0]));
247 compareArray(*coll, TESTS, TESTS_length);
254 void CollationThaiTest::compareArray(Collator& c, const char* tests[],
259 if (tests[i+1][0] == '<') {
261 } else if (tests[i+1][0] == '>') {
263 } else if (tests[i+1][0] == '=') {
266 // expect = Integer.decode(tests[i+1]).intValue();
267 errln((UnicodeString)"Error: unknown operator " + tests[i+1])
352 const char *tests[LINES] = { local
415 const char *tests[] = { local
    [all...]

Completed in 596 milliseconds

1 2 3