~marcustomlinson/keeper/add-builddeb-dir

28.4.6 by Charles Kerr
in tests/utils/, main needs to call our DBusType::register()
1
include_directories(
42.1.4 by Charles Kerr
copyediting: whitespace
2
  ${CMAKE_CURRENT_BINARY_DIR}
28.4.6 by Charles Kerr
in tests/utils/, main needs to call our DBusType::register()
3
)
4
5
set(
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
6
  LIB_NAME
7
  test-utils
28.4.6 by Charles Kerr
in tests/utils/, main needs to call our DBusType::register()
8
)
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
9
16 by Charles Kerr
add toy storage interface and factory so we can work on local filesystem until storage framework API is settled. add scaffolding for factory unit test
10
add_library(
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
11
  ${LIB_NAME}
12
  STATIC
13
  main.cpp
42.1.7 by Charles Kerr
rename tests/utils/dummy-files as file-utils, and move helper-test.cc's compareDirectories() and compareFiles() methods into it for reuse
14
  file-utils.cpp
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
15
  xdg-user-dirs-sandbox.cpp
16 by Charles Kerr
add toy storage interface and factory so we can work on local filesystem until storage framework API is settled. add scaffolding for factory unit test
16
)
17
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
18
target_link_libraries(
19
  ${LIB_NAME}
42.1.5 by Charles Kerr
sync with trunk
20
  backup-helper
51.5.5 by Charles Kerr
in tar-creator-libarchive-failure-test, add coverage for archive_write_data() failure
21
  util
42.1.2 by Charles Kerr
fix all the CMakeLists.txt projects s.t. coverage reporting works
22
  Qt5::Core
16 by Charles Kerr
add toy storage interface and factory so we can work on local filesystem until storage framework API is settled. add scaffolding for factory unit test
23
)