Skip to content

Commit

Permalink
test: order tests alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jul 4, 2024
1 parent 2d846fd commit c4f5d83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ include(cmake/Assertion.cmake)
if(ASSERT_ENABLE_TESTS)
enable_testing()

assertion_add_test(test/include.cmake)
assertion_add_test(test/assert_execute_process.cmake)
assertion_add_test(test/assert_fatal_error.cmake)
assertion_add_test(test/assert.cmake)
assertion_add_test(test/assertion_add_test.cmake)
assertion_add_test(test/fail.cmake)
assertion_add_test(test/assert.cmake)
assertion_add_test(test/assert_fatal_error.cmake)
assertion_add_test(test/assert_execute_process.cmake)
assertion_add_test(test/include.cmake)
endif()

if(ASSERT_ENABLE_INSTALL)
Expand Down

0 comments on commit c4f5d83

Please sign in to comment.