docs: writing_tests: Make docs correspond the latest changes
authorIvan Orlov <ivan.orlov0322@gmail.com>
Tue, 19 Mar 2024 16:02:39 +0000 (16:02 +0000)
committerAnup Patel <anup@brainfault.org>
Wed, 20 Mar 2024 05:32:58 +0000 (11:02 +0530)
commit3b2f89e3d64571ad7af17f036b5ed98a0aee105e
treee6786d4890d5b34800565853e1c51f0e8f0a2588
parentf7d00507552e9edac13f740f48479c2172849a4f
docs: writing_tests: Make docs correspond the latest changes

We should store test object files list in the `libsbi-objs-y` Makefile
variable, not in `libsbitests-objs-y`. Update the documentation
correspondingly.

Since we don't use the `console_dev` static variable directly in the
`sbi_console_test` unit test anymore, remove the paragraph which says
that we do.

Fixes: 86224ec36aed ("docs/writing_tests: Update tests paths")
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
docs/writing_tests.md