tool: allow prefix "http://" for get/set/clear key
[platform/core/api/system-info.git] / test / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3 SET(TESTS
4         init_db
5         plugin
6 )
7
8 FOREACH(TEST ${TESTS})
9         ADD_SUBDIRECTORY(${TEST})
10 ENDFOREACH(TEST)