CMake: enable the tests that succeed

pull/3/head
Christian Beier 7 years ago
parent f21825bac0
commit 9198875122
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -10,6 +10,8 @@ include(CheckCSourceCompiles)
include(CheckCXXSourceCompiles)
include(CheckCSourceRuns)
enable_testing()
set(PACKAGE_NAME "LibVNCServer")
set(FULL_PACKAGE_NAME "LibVNCServer")
set(VERSION_MAJOR "0")
@ -524,6 +526,8 @@ if(FOUND_LIBJPEG_TURBO)
endif(FOUND_LIBJPEG_TURBO)
add_test(NAME cargs COMMAND test_cargstest)
add_test(NAME turbojpeg COMMAND test_tjunittest)

Loading…
Cancel
Save