Skip to content

Commit

Permalink
Convert base64_test to GTest.
Browse files Browse the repository at this point in the history
BUG=129

Change-Id: If91d97ea653177d55d5c703f091366ddce24da60
Reviewed-on: https://boringssl-review.googlesource.com/15006
Reviewed-by: David Benjamin <[email protected]>
Commit-Queue: David Benjamin <[email protected]>
CQ-Verified: CQ bot account: [email protected] <[email protected]>
  • Loading branch information
davidben authored and CQ bot account: [email protected] committed Apr 17, 2017
1 parent 1ddd6e5 commit 76dd180
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 260 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ add_executable(
crypto_test

asn1/asn1_test.cc
base64/base64_test.cc
bio/bio_test.cc
chacha/chacha_test.cc
constant_time_test.cc
Expand Down
11 changes: 0 additions & 11 deletions crypto/base64/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,3 @@ add_library(

base64.c
)

add_executable(
base64_test

base64_test.cc

$<TARGET_OBJECTS:test_support>
)

target_link_libraries(base64_test crypto)
add_dependencies(all_tests base64_test)
Loading

0 comments on commit 76dd180

Please sign in to comment.