Skip to content

Commit 71ed4ce

Browse files
authored
Update AGENT.md
1 parent 2a299c6 commit 71ed4ce

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

AGENT.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,7 @@ Once the build completes, the test binaries will be available in the `modules/Te
6262
./testsModuleName
6363
```
6464

65-
These tests validate core functionality and encoding/decoding routines.
66-
67-
### 🛠 Cleaning Up
68-
69-
When you are done building or testing locally, remove the temporary folders to
70-
keep the repository clean:
71-
72-
```bash
73-
rm -rf modules/build modules/ModuleCmd/nlohmann modules/ModuleCmd/base64.h \
74-
modules/Tests thirdParty
75-
```
65+
These tests validate core functionality and encoding/decoding routines. You can also use ctest to launch all the tests.
7666

7767
### 🚀 Workflow Hints
7868

0 commit comments

Comments
 (0)