Skip to content

Commit

Permalink
GH-441 Merge pull request #9994 from EOSIO/jjz-epe584-chain-plugin-un…
Browse files Browse the repository at this point in the history
…it-tests

Add unit tests for new fields added for get account in PR#9838
  • Loading branch information
nickjjzhao authored and oschwaldp-oci committed Jul 12, 2022
1 parent 3a80532 commit e9c60bc
Show file tree
Hide file tree
Showing 2 changed files with 517 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/chain_plugin/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ add_executable( test_trx_finality_status_processing test_trx_finality_status_pro
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_executable( test_chain_plugin test_chain_plugin.cpp )

target_link_libraries( test_chain_plugin chain_plugin eosio_testing)

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

0 comments on commit e9c60bc

Please sign in to comment.