commit
c992319a5a
@ -38,7 +38,7 @@ $ tree
|
||||
* link:cmake/scripts/clang-format-check-changed.py[] - A helper script to check against changed files in git
|
||||
* link:cmake/scripts/clang-format-check-changed.py[] - An old simplified version of the above helper script
|
||||
* link:subproject1/CMakeLists.txt[] - CMake commands for subproject 1
|
||||
* link:subproject1/main.cpp[] - source for a subproject with no style errors
|
||||
* link:subproject1/main1.cpp[] - source for a subproject with no style errors
|
||||
* link:subproject2/CMakeLists.txt[] - CMake commands for subproject 2
|
||||
* link:subproject2/main2.cpp[] - source for a subproject that includes style errors
|
||||
|
||||
|
@ -37,7 +37,7 @@ $ tree
|
||||
* link:CMakeLists.txt[] - Top level CMakeLists.txt
|
||||
* link:cmake/modules/FindCppCheck.cmake[] - A custom package module to find CppCheck
|
||||
* link:subproject1/CMakeLists.txt[] - CMake commands for subproject 1
|
||||
* link:subproject1/main.cpp[] - source for a subproject with no errors
|
||||
* link:subproject1/main1.cpp[] - source for a subproject with no errors
|
||||
* link:subproject2/CMakeLists.txt[] - CMake commands for subproject 2
|
||||
* link:subproject2/main2.cpp[] - source for a subproject that includes errors
|
||||
|
||||
|
@ -129,15 +129,6 @@ Test project /home/matrim/workspace/cmake-examples/05-unit-testing/boost/build
|
||||
|
||||
100% tests passed, 0 tests failed out of 1
|
||||
|
||||
Total Test time (real) = 0.01 sec
|
||||
$ make test
|
||||
Running tests...
|
||||
Test project /home/matrim/workspace/cmake-examples/05-unit-testing/boost/build
|
||||
Start 1: test_all
|
||||
1/1 Test #1: test_all ......................... Passed 0.00 sec
|
||||
|
||||
100% tests passed, 0 tests failed out of 1
|
||||
|
||||
Total Test time (real) = 0.01 sec
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user