~unity-team/unity-scope-click/devel

« back to all changes in this revision

Viewing changes to libclickscope/tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2014-07-16 13:57:55 UTC
  • mfrom: (310.2.13 populate-departments-db)
  • Revision ID: tarmac-20140716135755-bsuqlp22axfwvvd5
Populate departments database in the store scope. Use slugs for unique department ids when parsing. Implemented a tool that initializes or updates departments db.

Approved by Alejandro J. Cura, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  test_bootstrap.cpp
27
27
  test_configuration.cpp
28
28
  test_departments.cpp
29
 
  test_departments-db.cpp
30
29
  test_download_manager.cpp
31
30
  test_index.cpp
32
31
  test_interface.cpp
34
33
  test_reviews.cpp
35
34
  test_smartconnect.cpp
36
35
  test_webclient.cpp
 
36
  test_departments.cpp
 
37
  test_departments-db.cpp
37
38
 
38
39
  ${CMAKE_CURRENT_BINARY_DIR}/test_data.cpp
39
40
)