Can be used in Visual Studio Code
You can copy this using this command:
git clone https://github.com/ourarash/cpp_tour.gitYou can run this using bazel:
bazel run src/main:mainYou can run unit tests using bazel:
bazel test tests:testsThis repo uses Bazel for building C++ files.
You can install Bazel using this link.
Here is a video that explains more about how to use Google Test with Bazel in Visual Studio Code:
|