8c2e8282ab
BUG=129 Change-Id: I784a745f102d9d09d35b27542d94b2b85dfb332e Reviewed-on: https://boringssl-review.googlesource.com/16508 Reviewed-by: Adam Langley <agl@google.com>
12 lines
255 B
CMake
12 lines
255 B
CMake
# This file contains source lists that are also consumed by
|
|
# generate_build_files.py.
|
|
#
|
|
# TODO(davidben): Move the other source lists into this file.
|
|
|
|
set(
|
|
CRYPTO_TEST_DATA
|
|
|
|
crypto/curve25519/ed25519_tests.txt
|
|
crypto/fipsmodule/aes/aes_tests.txt
|
|
)
|