Skip to content

Commit

Permalink
test: move test modules to test/cmake directory (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Mar 13, 2024
1 parent 8879fa9 commit bff6bd1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ function(add_cmake_test FILE)
endfunction()

add_cmake_test(
SetErrorTest.cmake
cmake/SetErrorTest.cmake
"Set error"
"Set error with variable specified"
)

add_cmake_test(
GitCloneTest.cmake
cmake/GitCloneTest.cmake
"Incompletely clone a Git repository"
"Incompletely clone an invalid Git repository"
"Incompletely clone a Git repository to a specific directory"
)

add_cmake_test(
GitCheckoutTest.cmake
cmake/GitCheckoutTest.cmake
"Check out a Git repository"
"Check out a Git repository to a specific directory"
"Check out a Git repository on a specific ref"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bff6bd1

Please sign in to comment.