diff --git a/test/module/irohad/torii/processor/CMakeLists.txt b/test/module/irohad/torii/processor/CMakeLists.txt index 40b4e911e0..07aee2ade0 100644 --- a/test/module/irohad/torii/processor/CMakeLists.txt +++ b/test/module/irohad/torii/processor/CMakeLists.txt @@ -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)