mirror of
https://github.com/wazuh/wazuh-agent.git
synced 2025-12-11 04:13:12 -06:00
620 B
620 B
Run Tests
Compilation steps for Linux and macOS
-
Configure and Build the Project
cd wazuh-agent cmake src -B build -DBUILD_TESTS=1 cmake --build build -
Run tests
ctest --test-dir build --output-log build
Compilation steps for Windows
-
Configure and Build the Project
cd wazuh-agent cmake src -B build -DBUILD_TESTS=1 -G "Visual Studio 17 2022" -A x64 cmake --build build --config RelWithDebInfo -
Run tests
ctest -C RelWithDebInfo --test-dir build --output-log build