Skip to content

Commit

Permalink
test: separate test_assert.cmake into several files
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Oct 19, 2024
1 parent 35573e3 commit dee4088
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 398 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ if(ASSERTION_ENABLE_TESTS)

add_cmake_script_test(test/test_add_test.cmake)
add_cmake_script_test(test/test_assert_call.cmake)
add_cmake_script_test(test/test_assert_number.cmake)
add_cmake_script_test(test/test_assert_process.cmake)
add_cmake_script_test(test/test_assert_string.cmake)
add_cmake_script_test(test/test_assert_version.cmake)
add_cmake_script_test(test/test_assert.cmake)
add_cmake_script_test(test/test_fail.cmake)
endif()
Expand Down
Loading

0 comments on commit dee4088

Please sign in to comment.