Disable test from compiling by default

This commit is contained in:
Eric Frias 2014-05-23 18:09:44 -04:00
parent b9050b589d
commit 072eb63b17

View file

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