Skip to content
Permalink
Browse files
fix check-no-x
  • Loading branch information
jef-n committed Feb 10, 2015
1 parent c253a9f commit fffd2fe
Showing 1 changed file with 1 addition and 1 deletion.
@@ -293,7 +293,7 @@ IF (ENABLE_TESTS)
IMMEDIATE @ONLY)
# For server side testing we have no X, we can use xfvb as a fake x
# sudo apt-get install xfvb
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10,1024x768x24" ctest --output-on-failure)
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10 1024x768x24" ctest --output-on-failure)
ENDIF (ENABLE_TESTS)

IF (SUPPRESS_QT_WARNINGS)

0 comments on commit fffd2fe

Please sign in to comment.