boringssl/crypto/test/CMakeLists.txt
David Benjamin 40d76f4f7d Add ECDSA and RSA verify Wycheproof drivers.
Along the way, add some utility functions for getting common things
(curves, hashes, etc.) in the names Wycheproof uses.

Change-Id: I09c11ea2970cf2c8a11a8c2a861d85396efda125
Reviewed-on: https://boringssl-review.googlesource.com/27786
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2018-04-27 18:58:38 +00:00

19 lines
170 B
CMake

add_library(
test_support
OBJECT
file_test.cc
malloc.cc
test_util.cc
wycheproof_util.cc
)
add_library(
boringssl_gtest_main
OBJECT
gtest_main.cc
)