[autotests] Move libkwineffects/autotests to autotests/libkwineffects

All autotests shall be in autotests subdirectory.
remotes/origin/graesslin/sharing-platform-context-no-surfaceless
Martin Gräßlin 10 years ago
parent a9f450db27
commit fb8434671f
  1. 1
      autotests/CMakeLists.txt
  2. 0
      autotests/libkwineffects/CMakeLists.txt
  3. 0
      autotests/libkwineffects/windowquadlisttest.cpp
  4. 2
      kcmkwin/kwincompositing/CMakeLists.txt
  5. 2
      libkwineffects/CMakeLists.txt

@ -1,5 +1,6 @@
add_definitions(-DKWIN_UNIT_TEST)
remove_definitions(-DQT_USE_QSTRINGBUILDER)
add_subdirectory(libkwineffects)
add_subdirectory(libxrenderutils)
add_subdirectory(integration)
if (HAVE_INPUT)

@ -9,6 +9,8 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FR
include_directories(${KWIN_SOURCE_DIR}/effects)
include(ECMMarkAsTest)
################# configure checks and create the configured files #################
# now create config headers

@ -125,5 +125,3 @@ install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kwinglutils_export.h
${CMAKE_CURRENT_BINARY_DIR}/kwinxrenderutils_export.h
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
add_subdirectory(autotests)

Loading…
Cancel
Save