OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_dirs
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/tests/
slang_test.py
59
def AddSlangUnitTests(
test_dirs
):
60
"""Adds a test to SlangTests for each directory in
test_dirs
."""
62
for t in
test_dirs
:
/frameworks/ml/nn/tools/test_generator/tests/
test.py
60
def AddUnitTests(
test_dirs
):
61
"""Adds a test to Tests for each directory in
test_dirs
."""
63
for t in
test_dirs
:
/external/ltp/testscripts/
test_fs_bind.sh
49
test_dirs
=( move bind rbind regression ) #cloneNS
65
for dir in "${
test_dirs
[@]}" ; do
482
for dir in "${
test_dirs
[@]}" ; do
Completed in 2854 milliseconds