51Degrees / common-cxx

A shared functionality library that is used by 51Degrees products
Other
0 stars 6 forks source link

cmake enhancements #55

Closed justadreamer closed 1 week ago

justadreamer commented 2 weeks ago
  1. Download/unpack/include gtest only if BUILD_TESTING - addressing #54
  2. Fix CommonTests target build in Xcode generated project (cmake . -G Xcode) on macOS arm64, which was failing because of the https://gitlab.kitware.com/cmake/cmake/-/issues/21845 - macOS arm64 requires signed binary, but it is not signed in POST_BUILD when the discovery run, thus had to make test discovery PRE_TEST, rather than POST_BUILD (by default)
github-actions[bot] commented 1 week ago

Unit Tests - Mac_x64_Debug

499 tests  ±0   499 :white_check_mark: ±0   5s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Ubuntu_x86_Debug

501 tests  ±0   501 :white_check_mark: ±0   4s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Ubuntu_x86_Release

501 tests  ±0   501 :white_check_mark: ±0   2s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Ubuntu_x64_Release

501 tests  ±0   501 :white_check_mark: ±0   2s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Mac_x64_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Ubuntu_x86_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Ubuntu_x86_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Ubuntu_x64_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Performance Tests - Ubuntu_x86_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Ubuntu_x64_Debug

501 tests  ±0   501 :white_check_mark: ±0   4s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Performance Tests - Ubuntu_x64_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Ubuntu_x64_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_VS_x64_Debug

501 tests  ±0   501 :white_check_mark: ±0   6s :stopwatch: ±0s  70 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_VS_x86_Debug

501 tests  ±0   501 :white_check_mark: ±0   6s :stopwatch: ±0s  70 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_VS_x64_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 0 suites ±0   0 :zzz: ±0  0 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_x86_Debug

501 tests  ±0   501 :white_check_mark: ±0   14s :stopwatch: -1s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_VS_x86_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 0 suites ±0   0 :zzz: ±0  0 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_x86_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_VS_x86_Release

501 tests  ±0   501 :white_check_mark: ±0   5s :stopwatch: ±0s  70 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_x64_Debug

501 tests  ±0   501 :white_check_mark: ±0   14s :stopwatch: -1s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_VS_x86_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 0 suites ±0   0 :zzz: ±0  0 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_x64_Release

501 tests  ±0   501 :white_check_mark: ±0   7s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_x64_Debug

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_x86_Release

501 tests  ±0   501 :white_check_mark: ±0   7s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_x64_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Unit Tests - Windows_VS_x64_Release

501 tests  ±0   501 :white_check_mark: ±0   5s :stopwatch: ±0s  70 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_x86_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Performance Tests - Windows_x64_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Integration Tests - Windows_VS_x64_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 0 suites ±0   0 :zzz: ±0  0 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.

github-actions[bot] commented 1 week ago

Performance Tests - Windows_x86_Release

0 tests  ±0   0 :white_check_mark: ±0   0s :stopwatch: ±0s 1 suites ±0   0 :zzz: ±0  1 files   ±0   0 :x: ±0 

Results for commit 00c921fc. ± Comparison against base commit b3d706aa.