From e56c09457e07dc32cffeac5b7fdbb06f5a773d16 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 7 Mar 2021 17:34:43 -0700 Subject: doc: Document how sandbox_spl_tests are run Add a few notes about the sandbox_spl tests, since they are special. Signed-off-by: Simon Glass Acked-by: Pratyush Yadav --- doc/develop/testing.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/develop/testing.rst') diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst index 87c90eee27..b181c2e2e4 100644 --- a/doc/develop/testing.rst +++ b/doc/develop/testing.rst @@ -58,6 +58,11 @@ also select particular tests with -k:: ./test/py/test.py --bd sandbox_flattree --build -k hello +There are some special tests that run in SPL. For this you need the sandbox_spl +build:: + + ./test/py/test.py --bd sandbox_spl --build -k test_spl + See test/py/README.md for more information about the pytest suite. See :doc:`tests_sandbox` for how to run tests directly (not through pytest). -- cgit