mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Used LF as line ending; added line break for echo output
winline
This commit is contained in:
parent
a85dc6dabb
commit
5b08f8133f
@ -16,6 +16,6 @@ target_link_libraries(sfmltest sfml-graphics sfml-window sfml-audio sfml-network
|
||||
add_custom_target(runtests ALL
|
||||
DEPENDS sfmltest
|
||||
WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/test"
|
||||
COMMAND ${CMAKE_COMMAND} -E echo_append "Running test suite..."
|
||||
COMMAND ${CMAKE_COMMAND} -E echo "Running test suite..."
|
||||
COMMAND sfmltest
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user