~jamesh/mediascanner/qml-plugin

« back to all changes in this revision

Viewing changes to test/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Jussi Pakkanen
  • Date: 2013-12-02 16:20:17 UTC
  • mfrom: (186.2.12 mediascanner)
  • Revision ID: tarmac-20131202162017-tjcflnrvqvx489qp
Made MediaFile immutable.

Approved by James Henstridge, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
add_executable(test_sqliteutils test_sqliteutils.cc)
39
39
target_link_libraries(test_sqliteutils gtest ${MEDIASCANNER_LIBRARIES})
40
40
add_test(test_sqliteutils test_sqliteutils)
 
41
 
 
42
add_executable(test_mfbuilder test_mfbuilder.cc)
 
43
target_link_libraries(test_mfbuilder gtest mediascanner)
 
44
add_test(test_mfbuilder test_mfbuilder)