https://github.com/osquery/osquery logo
Title
s

seph

09/23/2019, 4:51 PM
What did you run? As discussed in https://osquery.readthedocs.io/en/latest/development/building/ you need to run cmake with
-DOSQUERY_BUILD_TESTS=ON
then use ctest
👍 2
🎉 1
y

ycpr

09/23/2019, 4:53 PM
Thank you. I tried
cmake --build . --target test