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

Commit

Permalink
Fix/mst batches tx processor (#1650)
Browse files Browse the repository at this point in the history
* Fix rest of test for tx processor
Add pcs deprecated to propagate transaction

Signed-off-by: Fedor Muratov <[email protected]>
  • Loading branch information
muratovv authored and nickaleks committed Sep 10, 2018
1 parent a58275d commit 59bad47
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/module/irohad/torii/processor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#TODO: IR-1585, fix tests
# Testing of transaction processor
#addtest(transaction_processor_test transaction_processor_test.cpp)
#target_link_libraries(transaction_processor_test
# processors
# shared_model_stateless_validation
# )
addtest(transaction_processor_test transaction_processor_test.cpp)
target_link_libraries(transaction_processor_test
processors
shared_model_stateless_validation
)

# Testing of query processor
addtest(query_processor_test query_processor_test.cpp)
Expand Down

0 comments on commit 59bad47

Please sign in to comment.