From 482d094614ab12d443abe9f80a21152cbe84c41a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 24 Jun 2024 16:35:57 +0000
Subject: [PATCH] Improve the testing instructions on the README

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 39ea2a26..bcea7d86 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,9 @@ This section explain how to build and run the tests.
 
 ### Build
 
-To build the tests run `make` on the `tests` folder, it will store the executables at `tests/bins_static`
+To build the tests run `make all` on the `tests` folder, it will store the executables at `tests/bins_static`
+
+If you did changes to your tests, run `make clean all` to rebuild the executables.
 
 ### Redox OS Testing
 
-- 
GitLab