mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-06 23:46:28 +00:00
docs: remove references to tests/NAMING-CONVENTION
The tests/NAMING-CONVENTION file has been removed and its contents is now included in the API documentation. Reported-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
97bf3f9a55
commit
498fb6205e
6
README
6
README
@ -45,9 +45,9 @@ tests/
|
||||
-t <regex> only include tests that match the regular expression
|
||||
-x <regex> exclude tests that match the regular expression
|
||||
|
||||
Useful patterns for test filtering are described in
|
||||
tests/NAMING-CONVENTION and the full list of tests and subtests can be
|
||||
produced by passing -l to the run-tests.sh script.
|
||||
Useful patterns for test filtering are described in the API
|
||||
documentation and the full list of tests and subtests can be produced
|
||||
by passing -l to the run-tests.sh script.
|
||||
|
||||
Results are written to a JSON file and an HTML summary can also be
|
||||
created by passing -s to the run-tests.sh script. Further options are
|
||||
|
@ -64,7 +64,7 @@ function print_help {
|
||||
echo " -n do not retry incomplete tests when resuming a"
|
||||
echo " test run with -R"
|
||||
echo ""
|
||||
echo "Useful patterns for test filtering are described in tests/NAMING-CONVENTION"
|
||||
echo "Useful patterns for test filtering are described in the API documentation."
|
||||
}
|
||||
|
||||
function list_tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user