mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
Update AGENT.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user