[autotests] Move libkwineffects/autotests to autotests/libkwineffects

All autotests shall be in autotests subdirectory.
This commit is contained in:
Martin Gräßlin 2016-07-18 08:47:45 +02:00
parent a9f450db27
commit fb8434671f
5 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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

View file

@ -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)