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

1 2

  /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/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/bluetooth/glib/tests/
makefile.msc.in 20 TESTS = \
83 all : $(TESTS) $(NONAUTOMATIC_TESTS) $(DLLS)
106 for %p in ($(TESTS)) do set PATH=..\glib;..\gmodule;..\gobject;..\gthread;%PATH% && %p
  /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)
egcs.mak 24 TESTS = $(LIST:%.cpp=%.out)
gcc7.mak 27 TESTS = $(LIST:%.cpp=%.out)
hp.mak 33 TESTS = $(LIST:%.cpp=%.out)
kai.mak 24 TESTS = $(LIST:%.cpp=%.out)
  /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/icu4c/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/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 12 TESTS=$1
14 if [ ! -d $TESTS ]; then
15 echo "Not a directory: $TESTS"
76 P=$TESTS/test
143 echo "Successful tests:$SUCCESS"
144 echo "Failed tests:$FAILURE"
test_x509v3_nist2.sh 12 TESTS=$1
14 if [ ! -d $TESTS ]; then
15 echo "Not a directory: $TESTS"
72 pushd $TESTS/certs
100 # skip rest of 4.4.x tests since CRLs are not yet supported
157 # DSA tests
164 echo "Successful tests:$SUCCESS"
165 echo "Failed tests:$FAILURE"
  /external/webkit/Tools/Scripts/
run-api-tests 28 # - Command line option to run all tests in a suite.
57 -d|--dump-tests Dump the names of testcases without running them
171 die "run-api-tests is not supported on this platform.\n"
183 my @tests;
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
208 @tests = <$childOut>;
217 print STDERR "Failed to build list of tests!\n"
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 38 # The total number of individual tests that have been run
40 # The total number of individual tests that have passed
42 # The number of tests in this category that have been run
44 # The number of tests in this category that have passed
55 # %extraENV are any extra environment variables the tests might want to set.
147 if (@TESTS)
150 foreach $test (@TESTS)
164 print "Finding tests...\n";
182 push (@TESTS, "$dir/$test");
187 if (@TESTS == 0
    [all...]
  /external/dbus/test/
Makefile.am 1 ## the "name-test" subdir in fact contains a bunch of tests now that need a temporary bus
15 ## most of these binaries are used in tests but are not themselves tests
18 ## these are the things to run in make check (i.e. they are actual tests)
20 TESTS=shell-test
23 TESTS=
122 ## copy tests to builddir so that generated tests and static tests
  /external/elfutils/tests/
Makefile.am 68 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
94 TESTS += msg_tst sha1-tst
99 TESTS += $(asm_TESTS)
159 TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT)' check-TESTS

Completed in 665 milliseconds

1 2