Skip to content

Commit

Permalink
GH-54 Remove moved test_chain_plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 4, 2023
1 parent e0c9faf commit c3e4686
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugins/chain_plugin/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
add_executable( test_account_query_db test_account_query_db.cpp )

target_link_libraries( test_account_query_db chain_plugin eosio_testing)

add_test(NAME test_account_query_db COMMAND plugins/chain_plugin/test/test_account_query_db WORKING_DIRECTORY ${CMAKE_BINARY_DIR})

add_executable( test_trx_retry_db test_trx_retry_db.cpp )

target_link_libraries( test_trx_retry_db chain_plugin eosio_testing)

add_test(NAME test_trx_retry_db COMMAND plugins/chain_plugin/test/test_trx_retry_db WORKING_DIRECTORY ${CMAKE_BINARY_DIR})

add_executable( test_trx_finality_status_processing test_trx_finality_status_processing.cpp )

target_link_libraries( test_trx_finality_status_processing chain_plugin eosio_testing)

add_test(NAME test_trx_finality_status_processing COMMAND plugins/chain_plugin/test/test_trx_finality_status_processing WORKING_DIRECTORY ${CMAKE_BINARY_DIR})

add_test(NAME test_chain_plugin COMMAND plugins/chain_plugin/test/test_chain_plugin WORKING_DIRECTORY ${CMAKE_BINARY_DIR})

0 comments on commit c3e4686

Please sign in to comment.