Disabled tests by default
This commit is contained in:
parent
d53858afb1
commit
c626332e03
2 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ if(SFML_BUILD_GRAPHICS)
|
|||
endif()
|
||||
|
||||
# Automatically run the tests at the end of the build
|
||||
add_custom_target( runtests ALL
|
||||
DEPENDS systemtest windowtest graphicstest
|
||||
add_custom_target(runtests ALL
|
||||
DEPENDS systemtest windowtest graphicstest
|
||||
)
|
||||
add_custom_command(TARGET runtests
|
||||
COMMENT "Run tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue