blob: 1c3db6465a54b5db6d5899d1632e7956994bb40b [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
add_executable(keys_tests
keys_tests.cc)
target_link_libraries(keys_tests
encrypted_message_util
file_util)
add_cobalt_test_dependencies(keys_tests ${DIR_GTESTS})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/analyzer_public_key.tink
${DIR_GTESTS}/keys/analyzer_public_key.tink COPYONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/shuffler_public_key.tink
${DIR_GTESTS}/keys/shuffler_public_key.tink COPYONLY)