Skip to content

Commit

Permalink
Use test labels resolve #55 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 authored Oct 4, 2024
1 parent 8b4e8d0 commit 40fd096
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ add_subdirectory(peakrdl)
include("getcmaketest.cmake")
include(cmake_test/cmake_test)

ct_add_dir(add_ip)
ct_add_dir(ip_include_directories)
ct_add_dir(ip_compile_definitions)
ct_add_dir(alias_dereference)
ct_add_dir(check_languages)
ct_add_dir(ip_sources)
ct_add_dir(ip_link)
ct_add_dir(add_ip USE_REL_PATH_NAMES LABEL)
ct_add_dir(ip_include_directories USE_REL_PATH_NAMES LABEL)
ct_add_dir(ip_compile_definitions USE_REL_PATH_NAMES LABEL)
ct_add_dir(alias_dereference USE_REL_PATH_NAMES LABEL)
ct_add_dir(check_languages USE_REL_PATH_NAMES LABEL)
ct_add_dir(ip_sources USE_REL_PATH_NAMES LABEL)
ct_add_dir(ip_link USE_REL_PATH_NAMES LABEL)
1 change: 1 addition & 0 deletions tests/getcmaketest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ macro(get_cmake_test)
FetchContent_Declare(
cmake_test
GIT_REPOSITORY https://github.com/CMakePP/CMakeTest
GIT_TAG b07712effc7877c97712a5342a34f49b4e8ee3fb
)
FetchContent_MakeAvailable(cmake_test)

Expand Down

0 comments on commit 40fd096

Please sign in to comment.