test: expand SmartPointer and thread affinity test coverage and update build preset

This commit is contained in:
AndreaRigoni
2026-04-18 18:02:49 +00:00
parent 61888d36f5
commit b82a151330

View File

@@ -18,7 +18,7 @@ This rule provides instructions for building the uLib project using the micromam
```bash ```bash
export MAMBA_EXE="/home/share/micromamba/bin/micromamba" export MAMBA_EXE="/home/share/micromamba/bin/micromamba"
export MAMBA_ROOT_PREFIX="/home/share/micromamba" export MAMBA_ROOT_PREFIX="/home/share/micromamba"
export PRESET="clang-make" export PRESET="clang-debug"
eval "$(${MAMBA_EXE} shell hook --shell bash)" eval "$(${MAMBA_EXE} shell hook --shell bash)"
micromamba activate uLib micromamba activate uLib
``` ```