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:
David Benjamin 2016-12-21 22:23:28 -05:00 committed by Adam Langley
parent 650aa1c80a
commit c96a888194
3 changed files with 2 additions and 2 deletions

View File

@ -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)