Add unittest
[platform/core/appfw/shortcut.git] / tests / CMakeLists.txt
1 IF(NOT DEFINED MINIMUM_BUILD)
2 ENABLE_TESTING()
3 SET(SHORTCUT_UNIT_TESTS shortcut_unittests)
4 ADD_TEST(NAME ${SHORTCUT_UNIT_TESTS} COMMAND ${SHORTCUT_UNIT_TESTS})
5
6 ADD_SUBDIRECTORY(unit_tests)
7 ADD_DEPENDENCIES(${SHORTCUT_UNIT_TESTS} shortcut)
8 ENDIF(NOT DEFINED MINIMUM_BUILD)