diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ECMCheckOutboundLicenseTest/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/ECMGenerateExportHeaderTest/CMakeLists.txt | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt b/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt index 454e7991..5a4e1bde 100644 --- a/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt +++ b/tests/ECMCheckOutboundLicenseTest/CMakeLists.txt @@ -15,7 +15,7 @@ FILES      ${CMAKE_CURRENT_SOURCE_DIR}/testdata/LGPL-2.1-or-later.cpp  ) -# check test case generation wihout TEST_NAME statement +# check test case generation without TEST_NAME statement  ecm_check_outbound_license(  LICENSES LGPL-2.1-only  FILES diff --git a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt index 45ad611e..c9635e34 100644 --- a/tests/ECMGenerateExportHeaderTest/CMakeLists.txt +++ b/tests/ECMGenerateExportHeaderTest/CMakeLists.txt @@ -83,7 +83,7 @@ list(LENGTH library_versions library_versions_count)  math(EXPR _last_index ${library_versions_count}-1)  # test generating the library with different EXCLUDE_DEPRECATED_BEFORE_AND_AT values -# als install the generated libraries together incl. exported cmake targets, for use in tests below +# also install the generated libraries together incl. exported cmake targets, for use in tests below  # TODO: wariant with DEPRECATED_BASE_VERSION  foreach(_group_arg "" "WITH_GROUP")      foreach(_index RANGE ${_last_index}) | 
