Updated CMake to add tests more quickly
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [Yes]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
CMake function to add Tests
- Gtests that are part of API Tests are included by using INCLUDE_API_TESTS option in cmake and are available in its own list which could be run by
ctest -L API_TESTS
- Otherwise they are built but excluded from GTests main suite.