Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Fix client tests with mst batches (#1652)
Browse files Browse the repository at this point in the history
### Description of the Change
Fix client-test regarding mst batches

Signed-off-by: Fedor Muratov <[email protected]>
  • Loading branch information
muratovv authored and nickaleks committed Sep 10, 2018
1 parent 59bad47 commit c760b1d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions test/module/iroha-cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
# limitations under the License.
#

#TODO: muratovv, IR-1589, fix compilation errors and pass tests
#addtest(client_test client_test.cpp)
#target_link_libraries(client_test
# client
# processors
# server_runner
# query_execution
# )
#target_include_directories(client_test PUBLIC
# ${PROJECT_SOURCE_DIR}/iroha-cli
# )
addtest(client_test client_test.cpp)
target_link_libraries(client_test
client
processors
server_runner
query_execution
)
target_include_directories(client_test PUBLIC
${PROJECT_SOURCE_DIR}/iroha-cli
)

0 comments on commit c760b1d

Please sign in to comment.