Skip to content

Commit

Permalink
Tests: strict encription tests for blocking mode (#532)
Browse files Browse the repository at this point in the history
* Tests: Added blocking mode for strict encryption
  • Loading branch information
maxsharabayko authored and rndi committed Jan 31, 2019
1 parent 0f88cf2 commit e116ec8
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 180 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ if (ENABLE_EXAMPLES)
endif()


if (ENABLE_UNITTESTS)
if (ENABLE_UNITTESTS AND ENABLE_CXX11)
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

find_package(GTest 1.8)
Expand Down
Loading

0 comments on commit e116ec8

Please sign in to comment.