~ubuntu-branches/ubuntu/saucy/compiz/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/system/xorg-gtest/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Brandon Schaefer, Sam Spilsbury, Automatic PS uploader
  • Date: 2013-01-21 04:01:41 UTC
  • mfrom: (3248.176.3)
  • Revision ID: package-import@ubuntu.com-20130121040141-4gvyct89sywzgsqq
Tags: 1:0.9.9~daily13.01.21-0ubuntu1
[ Brandon Schaefer ]
* Window Management - Implement maximize and semi-maximise transitions
  (LP: #689792)

[ Sam Spilsbury ]
* Several memory leaks in ccsIntegratedSettingListAppend() from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPredicate()
  from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPluginAndSe
  ttingName() (LP: #1100539)
* Several leaks in g_settings_new() [g_object_new()] from
  ccsGSettingsNewNoPath() [ccs_gsettings_interface_wrapper.c:184] (LP:
  #1097649)
* Compiz reports incorrect _NET_DESKTOP_GEOMETRY until first viewport
  switch (LP: #1096455)

[ Automatic PS uploader ]
* Automatic snapshot from revision 3569

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    add_executable (compiz_xorg_gtest_test_icccm
19
19
                    ${CMAKE_CURRENT_SOURCE_DIR}/compiz_xorg_gtest_icccm.cpp)
20
20
 
 
21
    add_executable (compiz_xorg_gtest_test_ewmh
 
22
                    ${CMAKE_CURRENT_SOURCE_DIR}/compiz_xorg_gtest_ewmh.cpp)
 
23
 
21
24
    set (COMPIZ_XORG_GTEST_LIBRARIES
22
25
         compiz_xorg_gtest_system_test
23
26
         xorg_gtest_all
38
41
 
39
42
    compiz_discover_tests (compiz_xorg_gtest_test_icccm)
40
43
 
 
44
    target_link_libraries (compiz_xorg_gtest_test_ewmh
 
45
                           ${COMPIZ_XORG_GTEST_LIBRARIES})
 
46
 
 
47
    compiz_discover_tests (compiz_xorg_gtest_test_ewmh)
 
48
 
41
49
endif (BUILD_XORG_GTEST AND X11_XI_FOUND)