-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-54 Remove moved test_chain_plugin test
- Loading branch information
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}) |