OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTS
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/external/e2fsprogs/tests/
test_script.in
17
TESTS
=`ls -d $SRCDIR/[a-zA-Z]_*`
19
TESTS
=
22
[a-zA-Z])
TESTS
="$
TESTS
$SRCDIR/${i}_*" ;;
23
*)
TESTS
="$
TESTS
$SRCDIR/$i" ;;
28
for test_dir in $
TESTS
; do
Makefile.in
2
# Makefile for the
tests
directory
9
my_dir =
tests
38
TESTS
=$(wildcard $(srcdir)/[a-z]_*)
39
$(
TESTS
):: test_one always_run
47
test_post: test_pre $(
TESTS
)
57
# 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
= [
60
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/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py
11
TESTS
= [
66
for test in
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/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/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/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
)
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/opencv3/3rdparty/jinja2/
defaults.py
30
# default filters,
tests
and namespace
32
from jinja2.
tests
import
TESTS
as DEFAULT_TESTS
/external/testng/src/test/java/test/timeout/
TimeOutIntegrationTest.java
14
tng.setParallel(XmlSuite.ParallelMode.
TESTS
);
/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
)
/external/cmockery/cmockery_0_1_2/
Makefile.am
35
##
TESTS
is for binary unittests, check_SCRIPTS for script-based unittests.
38
TESTS
=
104
## This should always include $(
TESTS
), but may also include other
106
noinst_PROGRAMS += $(
TESTS
)
Completed in 584 milliseconds
1
2
3
4