Convert constant_time_test and refcount_test to C++.
No source changes, just a rename. Change-Id: Iaef406d2a04dc8c68c94eb2a98eec6378eaeab66 Reviewed-on: https://boringssl-review.googlesource.com/12975 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
650aa1c80a
commit
c96a888194
@ -180,7 +180,7 @@ endif()
|
||||
add_executable(
|
||||
constant_time_test
|
||||
|
||||
constant_time_test.c
|
||||
constant_time_test.cc
|
||||
|
||||
$<TARGET_OBJECTS:test_support>
|
||||
)
|
||||
@ -202,7 +202,7 @@ add_dependencies(all_tests thread_test)
|
||||
add_executable(
|
||||
refcount_test
|
||||
|
||||
refcount_test.c
|
||||
refcount_test.cc
|
||||
)
|
||||
|
||||
target_link_libraries(refcount_test crypto)
|
||||
|
Loading…
Reference in New Issue
Block a user