Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TEST_CUSTOM_PROGS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H
A
D
Makefile
10
# lib.mk
TEST_CUSTOM_PROGS
var is for custom tests that need special
13
TEST_CUSTOM_PROGS
:= $(OUTPUT)/sync_test
macro
14
all: $(
TEST_CUSTOM_PROGS
)
29
$(
TEST_CUSTOM_PROGS
): $(TESTS) $(OBJS)
30
$(CC) -o $(
TEST_CUSTOM_PROGS
) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
38
EXTRA_CLEAN := $(
TEST_CUSTOM_PROGS
) $(OBJS) $(TESTS)
/kernel/linux/linux-6.6/tools/testing/selftests/sync/
H
A
D
Makefile
10
# lib.mk
TEST_CUSTOM_PROGS
var is for custom tests that need special
13
TEST_CUSTOM_PROGS
:= $(OUTPUT)/sync_test
macro
14
all: $(
TEST_CUSTOM_PROGS
)
29
$(
TEST_CUSTOM_PROGS
): $(TESTS) $(OBJS)
30
$(CC) -o $(
TEST_CUSTOM_PROGS
) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
38
EXTRA_CLEAN := $(
TEST_CUSTOM_PROGS
) $(OBJS) $(TESTS)
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
lib.mk
18
#
TEST_CUSTOM_PROGS
should be used by tests that require
21
#
TEST_CUSTOM_PROGS
and TEST_PROGS will be run by common run_tests
82
$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) \
85
$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
)); \
88
@$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) $(TEST_PROGS))
101
$(eval INSTALL_LIST = $(
TEST_CUSTOM_PROGS
)) $(INSTALL_SINGLE_RULE)
114
for TEST in $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) $(TEST_PROGS); do \
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
lib.mk
52
#
TEST_CUSTOM_PROGS
should be used by tests that require
55
#
TEST_CUSTOM_PROGS
and TEST_PROGS will be run by common run_tests
78
$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) \
81
$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
)); \
84
@$(call RUN_TESTS, $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) $(TEST_PROGS))
97
$(eval INSTALL_LIST = $(
TEST_CUSTOM_PROGS
)) $(INSTALL_SINGLE_RULE)
111
for TEST in $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) $(TEST_PROGS); do \
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H
A
D
Makefile
20
TEST_CUSTOM_PROGS
:= $(OUTPUT)/test_sgx
macro
23
all: $(
TEST_CUSTOM_PROGS
) $(OUTPUT)/test_encl.elf
/kernel/linux/linux-5.10/tools/testing/selftests/android/
H
A
D
Makefile
24
install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(TEST_GEN_PROGS) $(
TEST_CUSTOM_PROGS
) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
Makefile
85
TEST_CUSTOM_PROGS
= urandom_read
macro
123
$(
TEST_CUSTOM_PROGS
)): %: $(OUTPUT)/% ;
463
EXTRA_CLEAN := $(
TEST_CUSTOM_PROGS
) $(SCRATCH_DIR) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
171
$(
TEST_CUSTOM_PROGS
)): %: $(OUTPUT)/% ;
709
EXTRA_CLEAN := $(
TEST_CUSTOM_PROGS
) $(SCRATCH_DIR) $(HOST_SCRATCH_DIR) \
Completed in 4 milliseconds