Skip to content

Commit 76586c0

Browse files
authored
tests: Output result on failed tests
1 parent bae335d commit 76586c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ endif()
1313
target_link_libraries(raylib_cpp_test raylib_cpp raylib)
1414

1515
# Test
16+
list(APPEND CMAKE_CTEST_ARGUMENTS "--output-on-failure")
1617
add_test(NAME raylib_cpp_test COMMAND raylib_cpp_test)
1718

1819
# Copy all the resources

0 commit comments

Comments
 (0)