summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Orlov <[email protected]>2024-07-01 15:11:01 +0100
committerAnup Patel <[email protected]>2024-07-04 12:11:52 +0530
commit0a667542950ac108e609c2bdfed4c0df87363717 (patch)
treea7e10a040686a53505a87a27b1b3262a74474a62 /docs
parent1ede0cab0e12920068546a84b3f3f3a2750815d7 (diff)
docs: writing tests: update cleaning instructions
After the changes introduced by the previous patches are applied, there is no need of the manual removal of the `build/` directory every time new test is added. Running `make clean` should be enough to regenerate the carray-related files. Update the documentation correspondingly. Signed-off-by: Ivan Orlov <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/writing_tests.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/writing_tests.md b/docs/writing_tests.md
index 0fd15d67..cee4c4d9 100644
--- a/docs/writing_tests.md
+++ b/docs/writing_tests.md
@@ -57,9 +57,7 @@ carray-sbi_unit_tests-$(CONFIG_SBIUNIT) += string_test_suite
libsbi-objs-$(CONFIG_SBIUNIT) += tests/sbi_string_test.o
```
-If you compiled OpenSBI with CONFIG_SBIUNIT enabled before, you may need to
-manually remove the build folder in order to regenerate the carray files:
-`rm -rf build/`.
+Now, run `make clean` in order to regenerate the carray-related files.
Recompile OpenSBI with the CONFIG_SBIUNIT option enabled and run it in QEMU.
You will see something like this: