File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# C++ project template with Google Tests and CI/CD
22
3- This is a project template. Feel free to use it. It contains all pre-configured
3+ This is a project template. Feel free to use & fork it. It contains all pre-configured
44CMakeLists.txt, so to use it, just replace project name with your in
55[ main CmakeLists.txt] ( CMakeLists.txt ) , and all target and executable names in
6- [ CI/CD script] ( ./.github/workflows/ci_tests.yml ) . Sample program prints first argument.
6+ [ CI/CD script] ( ./.github/workflows/ci_tests.yml ) . Sample program prints a greeting for the first argument.
77
8- ## How to run
8+ ## How to build and run
99
1010Run following commands from project directory.
1111
@@ -32,10 +32,10 @@ cmake --build cmake-build --target cpp_tests_tests
3232* On Windows:
3333
3434``` shell
35- .\c make-build\b in \c pp_tests.exe World || . \c make-build \b in \D ebug \ c pp_tests.exe World
35+ .\c make-build\c pp_tests.exe World
3636```
3737
38- * On POSIX :
38+ * On * nix :
3939
4040``` shell
4141./cmake-build/bin/cpp_tests World
@@ -46,10 +46,10 @@ cmake --build cmake-build --target cpp_tests_tests
4646* On Windows:
4747
4848``` shell
49- .\c make-build\t ests \c pp_tests_tests.exe || . \c make-build \t ests \D ebug \ c pp_tests_tests.exe
49+ .\c make-build\c pp_tests_tests.exe
5050```
5151
52- * On POSIX :
52+ * On * nix :
5353
5454``` shell
5555./cmake-build/tests/cpp_tests_tests
You can’t perform that action at this time.
0 commit comments