~ci-train-bot/thumbnailer/thumbnailer-ubuntu-yakkety-landing-072

« back to all changes in this revision

Viewing changes to tests/core/persistent_cache/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2015-09-15 11:04:11 UTC
  • mfrom: (125.1.2 landing150915)
  • Revision ID: ci-train-bot@canonical.com-20150915110411-233xw0fljaq7p2o0
Landing changes on devel to trunk.
Approved by: James Henstridge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add_executable(persistent_cache_test persistent_cache_test.cpp)
2
 
target_link_libraries(persistent_cache_test ${TESTLIBS} core gtest)
3
 
add_definitions(-DTEST_DIR="${CMAKE_CURRENT_BINARY_DIR}")
4
 
 
5
 
add_test(persistent_cache persistent_cache_test)