Skip to content

Commit

Permalink
test: rename test files
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal committed Oct 19, 2024
1 parent 6742c78 commit 35573e3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ include(cmake/Assertion.cmake)
if(ASSERTION_ENABLE_TESTS)
enable_testing()

add_cmake_script_test(test/add_cmake_script_test.cmake)
add_cmake_script_test(test/assert_call.cmake)
add_cmake_script_test(test/assert_execute_process.cmake)
add_cmake_script_test(test/assert.cmake)
add_cmake_script_test(test/fail.cmake)
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_process.cmake)
add_cmake_script_test(test/test_assert.cmake)
add_cmake_script_test(test/test_fail.cmake)
endif()

if(ASSERTION_ENABLE_INSTALL)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 35573e3

Please sign in to comment.