Disable test from compiling by default
This commit is contained in:
parent
b9050b589d
commit
072eb63b17
1 changed files with 2 additions and 2 deletions
|
|
@ -220,8 +220,8 @@ target_link_libraries( fc PUBLIC easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LI
|
|||
#target_link_libraries( test_aes fc ${rt_library} ${pthread_library} )
|
||||
#add_executable( test_sleep tests/sleep.cpp )
|
||||
#target_link_libraries( test_sleep fc )
|
||||
add_executable( test_rate_limiting tests/rate_limiting.cpp )
|
||||
target_link_libraries( test_rate_limiting fc )
|
||||
#add_executable( test_rate_limiting tests/rate_limiting.cpp )
|
||||
#target_link_libraries( test_rate_limiting fc )
|
||||
|
||||
if(WIN32)
|
||||
# add addtional import library on windows platform
|
||||
|
|
|
|||
Loading…
Reference in a new issue