Home
last modified time | relevance | path

Searched refs:include_tests (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_build/py/pw_build/
Dcreate_python_tree.py330 pkg: PythonPackage, build_base: Path, include_tests: bool = False
359 if include_tests and pkg.tests:
374 include_tests: bool = False,
396 pkg, build_base, include_tests=include_tests
506 include_tests=args.include_tests,
/external/pigweed/pw_build/py/
Dcreate_python_tree_test.py410 include_tests=True,
483 include_tests=True,
/external/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-run-tests.py367 def parse_test_filters(include_tests, baseline): argument
369 for t in include_tests:
411 filters_args = parse_test_filters(args.include_tests, baseline)
/external/python/cpython3/PC/layout/
Dmain.py90 return ns.include_tests
220 if src in TEST_PYDS_ONLY and not ns.include_tests:
231 if src in TEST_DLLS_ONLY and not ns.include_tests:
/external/pigweed/pw_build/
Dpython_dist.gni181 # include_tests: If true, copy Python package tests to a `tests` subdir.
263 _include_tests = defined(invoker.include_tests) && invoker.include_tests
Dpython.rst449 - ``include_tests`` - If true, copy Python package tests to a ``tests`` subdir.
538 include_tests = true
/external/flatbuffers/tests/
DBUILD.bazel209 # work cleanly due to the circular dependency in the include_tests/ files).
/external/perfetto/test/trace_processor/diff_tests/
Dinclude_index.py152 from diff_tests.syntax.include_tests import PerfettoInclude