Disable building broken test

This commit is contained in:
Vikram Rajkumar 2015-06-11 20:34:24 -04:00
parent d93744cf79
commit a86608bb9c

View file

@ -288,8 +288,8 @@ ENDIF()
add_executable( api tests/api.cpp )
target_link_libraries( api fc )
add_executable( blind tests/blind.cpp )
target_link_libraries( blind fc )
#add_executable( blind tests/blind.cpp )
#target_link_libraries( blind fc )
include_directories( vendor/websocketpp )