- conan (
paru -S conan)
git clone https://github.com/feelamee/lesta-test-task-2024
cd lesta-test-task-2024
conan install . --build=missing
source build/[build type]/generators/conanbuild.sh
cmake --config conan-[build type]
See how to source sh if you use fish
cmake --build build/[build type] --target tests -j
./build/[build type]/tests/tests
Now there is issues with consume/produce test of tt::lock_free_ringbuf.
So, this is okay, if it will fail.
cmake --build build/[build type] --target bench-sort -j
./build/[build type]/bench/bench-sort
use --help for options
TODO