initial commit with test modules

This commit is contained in:
2016-05-22 15:14:56 +03:00
parent 2dccc92933
commit ea7c15d865
5 changed files with 149 additions and 4 deletions

View File

@ -80,5 +80,9 @@ if (BUILD_PLASMOIDS)
add_subdirectory(desktop-panel)
add_subdirectory(translations)
endif ()
if (BUILD_TESTING)
enable_testing()
add_subdirectory(test)
endif ()
include(packages-recipe.cmake)