add_executable(provider-AccountData_test AccountData_test.cpp)
target_link_libraries(provider-AccountData_test PRIVATE
  lomiri-storage-framework-provider-static
  Qt${QT_VERSION_MAJOR}::Test
  testutils
  GTest::gtest
  )
gtest_discover_tests(provider-AccountData_test)
