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

1 2 3 4 5 6

  /external/linux-kselftest/tools/testing/selftests/sync/
Makefile 13 TESTS += sync_alloc.o
14 TESTS += sync_fence.o
15 TESTS += sync_merge.o
16 TESTS += sync_wait.o
17 TESTS += sync_stress_parallelism.o
18 TESTS += sync_stress_consumer.o
19 TESTS += sync_stress_merge.o
21 sync_test: $(OBJS) $(TESTS)
24 $(RM) sync_test $(OBJS) $(TESTS)
  /external/e2fsprogs/tests/
test_script.in 20 TESTS=
26 echo "No (more) failed tests!"
30 TESTS="$TESTS $SRCDIR/${fname%%.failed}"
36 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
37 *) TESTS="$TESTS $SRCDIR/$i" ;;
41 if test "$TESTS"x = x ; then
45 TESTS=`ls -d $SRCDIR/[a-zA-Z]_*
    [all...]
Makefile.in 2 # Makefile for the tests directory
9 my_dir = tests
41 @ifGNUmake@TESTS=$(wildcard $(srcdir)/[a-z]_*)
42 @ifNotGNUmake@TESTS != echo $(srcdir)/[a-z]_*
44 $(TESTS):: test_one always_run
48 echo $(TESTS)
55 test_post: test_pre $(TESTS)
65 # Target which creates a new testcase to simplify adding new regression tests.
  /external/autotest/client/tests/iosched_bugs/src/
Makefile 3 TESTS=dirty
5 all: $(TESTS)
  /external/autotest/server/site_tests/telemetry_GpuTests/
generate_controlfiles.py 10 TESTS = [
58 for test in TESTS:
  /frameworks/compile/slang/lit-tests/
run-lit-tests.sh 3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
6 $LIT_PATH $TESTS $@
  /external/xmlrpcpp/test/
Makefile 18 TESTS = HelloClient HelloServer TestBase64Client TestBase64Server TestValues TestXml Validator
20 all: $(TESTS)
22 $(TESTS): $(LIB)
26 rm -f $(TESTS)
  /external/ltp/testcases/kernel/containers/
README 21 CONTAINER TESTS AUTOMATION SUITE
23 The tests requires the Kernel to be compiled with the following config's
35 (e.g: utsname etc..) tests and report results. Please refer the following
39 Contains all the testcases related to IPC NS tests.
41 Contains all the testcases related to POSIX MQ NS tests. These
45 Contains all the testcases related to utsname tests.
49 Contains the testcases related to the network NS tests.
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 11 TESTS = [
65 for test in TESTS:
  /external/python/cpython2/Lib/test/
ssltests.py 1 # Convenience test module to run all of the OpenSSL-related tests in the
8 TESTS = [
25 '-w', # re-run failed tests with -v
31 args.extend(TESTS)
  /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 11 TESTS := $(patsubst tests/%,%,$(call rwildcard,tests/,*.t))
12 TESTS_DIR := $(dir $(TESTS))
20 .PHONY: compile listtests alltests configure $(TESTS)
29 @for t in $(TESTS); do \
33 alltests: $(TESTS)
42 $(TESTS): clean
44 $(error Please install util-linux tools to run tests in separated network namespace)
59 ERRF="$(RESULTS_DIR)/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > $(RESULTS_DIR)/$@.$$o.out;
    [all...]
  /external/shflags/src/
shflags_test.sh 6 # This script runs all the unit tests that can be found, and generates a nice
7 # report of the tests.
14 TESTS=''
16 TESTS="${TESTS} ${test}"
46 t) tests=${OPTARG} ;; # list of tests to run
52 # fill shells and/or tests
54 tests=${tests:-${TESTS}
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 27 test => { TESTS => 't/*.t t/examples/*.t' },
  /external/google-breakpad/src/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/google-breakpad/src/testing/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/googletest/googlemock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
38 # All tests produced by this Makefile. Remember to add new tests you
40 TESTS = gmock_test
56 all : $(TESTS)
59 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/googletest/googletest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /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/v8/testing/gmock/make/
Makefile 2 # using them in user tests. This file is self-contained, so you don't
38 # All tests produced by this Makefile. Remember to add new tests you
40 TESTS = gmock_test
56 all : $(TESTS)
59 rm -f $(TESTS) gmock.a gmock_main.a *.o
  /external/v8/testing/gtest/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/vulkan-validation-layers/tests/gtest-1.7.0/make/
Makefile 2 # tests. Please tweak it to suit your environment and project. You
30 # All tests produced by this Makefile. Remember to add new tests you
32 TESTS = sample1_unittest
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
  /external/f2fs-tools/scripts/
verify.sh 6 TESTS="4 5 8 11 16 25 32 55 64"
68 for i in $TESTS
119 for i in $TESTS
121 for j in $TESTS
  /external/vboot_reference/tests/futility/
run_test_scripts.sh 29 OUTDIR="${BUILD}/tests/futility_test_results"
42 TESTS="
67 for i in $TESTS; do
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 5 TESTS=aio-dio-invalidate-failure aio-dio-subblock-eof-read \
9 all: $(TESTS)

Completed in 729 milliseconds

1 2 3 4 5 6