OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTDIR
(Results
1 - 7
of
7
) sorted by null
/external/v8/tools/gyp/test/actions-multiple-outputs-with-dependencies/
gyptest-action.py
24
TESTDIR
='relocate/src'
26
test.relocate('src',
TESTDIR
)
29
test.write(
TESTDIR
+ '/input.txt', content)
30
test.build('action.gyp', 'upper', chdir=
TESTDIR
)
31
test.built_file_must_match('result.txt', content, chdir=
TESTDIR
)
/external/curl/tests/
keywords.pl
32
my $
TESTDIR
="$srcdir/data";
35
opendir(DIR, $
TESTDIR
) || die "can't opendir $
TESTDIR
: $!";
36
my @cmds = grep { /^test([0-9]+)$/ && -f "$
TESTDIR
/$_" } readdir(DIR);
61
if(loadtest("${
TESTDIR
}/test${t}")) {
runtests.pl
156
my $
TESTDIR
="$srcdir/data";
[
all
...]
/external/emma/
test.sh
16
TESTDIR
=/tmp/test-emma/$$
17
JAVADIR=$
TESTDIR
/android3/java
76
GOLDEN=$
TESTDIR
/golden.lcov
120
COVERAGE=$
TESTDIR
/coverage.dat
126
if ! diff <(sort $GOLDEN) <(sort $COVERAGE) >$
TESTDIR
/diff-sorted; then
127
echo Tests failed: Additional or missing lines: See $
TESTDIR
/diff-sorted
130
if ! diff $GOLDEN $COVERAGE >$
TESTDIR
/diff-ordered; then
131
echo Tests failed: same lines, different order: See $
TESTDIR
/diff-ordered
134
rm -rf $
TESTDIR
/external/libxml2/xstc/
Makefile.am
5
TESTDIR
=Tests
6
TESTDIRS=$(
TESTDIR
)/msxsdtest $(
TESTDIR
)/suntest $(
TESTDIR
)/Datatypes
97
-@(if [ -x nist-test.py -a -d $(
TESTDIR
)/Datatypes ] ; then \
104
-@(if [ -x sun-test.py -a -d $(
TESTDIR
)/suntest ] ; then \
111
-@(if [ -x ms-test.py -a -d $(
TESTDIR
)/msxsdtest ] ; then \
/external/selinux/secilc/docs/
Makefile
5
TESTDIR
?= $(CWD)/../test
44
$(TMPDIR)/policy.cil: $(
TESTDIR
)/policy.cil
/external/libunwind/tests/
run-coredump-unwind
35
TESTDIR
=`pwd`
Completed in 700 milliseconds