We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6d5b3 commit d1a11beCopy full SHA for d1a11be
CMakeLists.txt
@@ -239,6 +239,9 @@ IF (ENABLE_TESTS)
239
ENABLE_TESTING()
240
# Define "make check" as alias for "make test" - thanks geos :-)
241
add_custom_target(check COMMAND ctest --output-on-failure)
242
+ # For server side testing we have no X, we can use xfvb as a fake x
243
+ # sudo apt-get install xfvb
244
+ add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10,1024x768x24" ctest --output-on-failure)
245
ENDIF (ENABLE_TESTS)
246
247
0 commit comments