compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #34722
[Merge] lp:~compiz-team/compiz/build-fixes-part-8-gtest-add-tests into lp:compiz
Sam Spilsbury has proposed merging lp:~compiz-team/compiz/build-fixes-part-8-gtest-add-tests into lp:compiz with lp:~compiz-team/compiz/build-fixes-part-7-libcompizconfig-backend-env as a prerequisite.
Requested reviews:
compiz packagers (compiz)
For more details, see:
https://code.launchpad.net/~compiz-team/compiz/build-fixes-part-8-gtest-add-tests/+merge/106524
Testers should really test the last item in the branch pipeline lp:~compiz-team/compiz/build-fixes-part-10-animationaddon-plugin
Use gtest_add_tests where appropriate, remove dep on xvfb
--
https://code.launchpad.net/~compiz-team/compiz/build-fixes-part-8-gtest-add-tests/+merge/106524
Your team compiz packagers is requested to review the proposed merge of lp:~compiz-team/compiz/build-fixes-part-8-gtest-add-tests into lp:compiz.
=== modified file 'src/wrapsystem/tests/CMakeLists.txt'
--- src/wrapsystem/tests/CMakeLists.txt 2012-05-20 11:08:29 +0000
+++ src/wrapsystem/tests/CMakeLists.txt 2012-05-20 11:08:35 +0000
@@ -15,4 +15,4 @@
${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
)
-add_test( compiz_wrapsystem_test "/bin/bash" "${CMAKE_SOURCE_DIR}/scripts/run-with-xvfb.sh" "./compiz_wrapsystem_test" )
+gtest_add_tests (${CMAKE_CURRENT_BINARY_DIR}/compiz_wrapsystem_test "" "test-wrapsystem.cpp")