Hi folks, qq: how to run an integration test (e.g....
# general
a
Hi folks, qq: how to run an integration test (e.g. DebPackages) from command line. I am following https://osquery.readthedocs.io/en/stable/development/building/ and try to run
cmake --build build --target test
(
build
is where the generated files are) and it says:
Copy code
➜  osquery cmake --build build --target test
ninja: error: unknown target 'test', did you mean 'help'?