~compiz-team/compiz/build-fixes-part-4-gconf

« back to all changes in this revision

Viewing changes to src/wrapsystem/tests/CMakeLists.txt

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-03-06 17:44:14 UTC
  • mto: This revision was merged to the branch mainline in revision 3056.
  • Revision ID: lukasz.zemczak@canonical.com-20120306174414-mu0ald4qqb4lbyuk
Added run-with-xvfb.sh from Unity-2d for enabling testing in a non-headless environment.
Modified a few tests to use xvfb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
16
16
)
17
17
 
18
 
add_test( compiz_wrapsystem_test compiz_wrapsystem_test )
 
18
add_test( compiz_wrapsystem_test "/bin/bash" "${CMAKE_SOURCE_DIR}/scripts/run-with-xvfb.sh" "./compiz_wrapsystem_test" )