OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTFILES
(Results
1 - 9
of
9
) sorted by null
/external/syslinux/com32/elflink/
Makefile
14
TESTFILES
=
16
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/mboot/
Makefile
24
TESTFILES
=
28
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/gdbstub/
Makefile
27
TESTFILES
=
31
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/menu/
Makefile
23
TESTFILES
=
28
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/sysdump/
Makefile
28
TESTFILES
=
45
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/modules/
Makefile
29
TESTFILES
=
31
all: $(MODULES) $(
TESTFILES
)
/external/syslinux/com32/lua/src/
Makefile
36
TESTFILES
=
51
all: $(MODULES) $(
TESTFILES
)
/external/scapy/scapy/tools/
UTscapy.py
207
"
testfiles
": [],
232
return Bunch(
testfiles
=get_if_exist("
testfiles
", []), onlyfailed=get_if_exist("onlyfailed", False),
674
def resolve_testfiles(
TESTFILES
):
675
for tfile in
TESTFILES
[:]:
677
TESTFILES
.remove(tfile)
678
TESTFILES
.extend(glob.glob(tfile))
679
return
TESTFILES
701
TESTFILES
= []
727
TESTFILES
.append(optarg
[
all
...]
/external/syslinux/com32/hdt/
Makefile
26
TESTFILES
=
52
all: $(MODULES) $(
TESTFILES
)
Completed in 1530 milliseconds