From 71ed4cea613ec35bb3eed180ebb72475798e032f Mon Sep 17 00:00:00 2001 From: Maxime dcb <40819564+maxDcb@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:34:27 +0200 Subject: [PATCH] Update AGENT.md --- AGENT.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/AGENT.md b/AGENT.md index c21d3aa..8edc0b9 100644 --- a/AGENT.md +++ b/AGENT.md @@ -62,17 +62,7 @@ Once the build completes, the test binaries will be available in the `modules/Te ./testsModuleName ``` -These tests validate core functionality and encoding/decoding routines. - -### 🛠 Cleaning Up - -When you are done building or testing locally, remove the temporary folders to -keep the repository clean: - -```bash -rm -rf modules/build modules/ModuleCmd/nlohmann modules/ModuleCmd/base64.h \ - modules/Tests thirdParty -``` +These tests validate core functionality and encoding/decoding routines. You can also use ctest to launch all the tests. ### 🚀 Workflow Hints