Did the way to run tests on macOS change recently?...
# core
z
Did the way to run tests on macOS change recently? I'm following the documented steps but I get
Copy code
$ cmake --build . --target test
ninja: error: unknown target 'test', did you mean 'gtest'?
s
Did you add the
-DOSQUERY_BUILD_TESTS=ON
during the cmake configure phase?
z
🤦 always do this, thank you