Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in xvfb package name comment
  • Loading branch information
strk committed Aug 30, 2019
1 parent e7c058e commit 7e3b539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -466,8 +466,8 @@ CONFIGURE_FILE(
"${CMAKE_SOURCE_DIR}/cmake_templates/CTestCustom.cmake.in"
"${CMAKE_BINARY_DIR}/CTestCustom.cmake"
IMMEDIATE @ONLY)
# For server side testing we have no X, we can use xfvb as a fake x
# sudo apt-get install xfvb
# For server side testing we have no X, we can use xvfb as a fake x
# sudo apt-get install xvfb
add_custom_target(check COMMAND xvfb-run --server-args=-screen\ 10\ 1024x768x24 ctest --output-on-failure)
ENDIF(ENABLE_TESTS)

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Expand Up @@ -9,7 +9,7 @@ Make sure that you have enabled building of tests in CMake.
# Run tests

You can run all tests using `make check`.
Note you will need `xvfb-run` for that (sudo apt-get install xfvb).
Note you will need `xvfb-run` for that (sudo apt-get install xvfb).

Individual tests can be run using `ctest`.

Expand Down

0 comments on commit 7e3b539

Please sign in to comment.