Skip to content

Commit

Permalink
Merge pull request cryptonomex#675 from jmjatlanta/Issue_576
Browse files Browse the repository at this point in the history
add cli wallet test framework
  • Loading branch information
abitmore authored Mar 21, 2018
2 parents bf4ee56 + f8edc28 commit 39cf1c3
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ file(GLOB APP_SOURCES "app/*.cpp")
add_executable( app_test ${APP_SOURCES} )
target_link_libraries( app_test graphene_app graphene_account_history graphene_net graphene_chain graphene_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )

file(GLOB CLI_SOURCES "cli/*.cpp")
add_executable( cli_test ${CLI_SOURCES} )
target_link_libraries( cli_test graphene_app graphene_wallet graphene_witness graphene_account_history graphene_net graphene_chain graphene_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )

add_subdirectory( generate_empty_blocks )
Loading

0 comments on commit 39cf1c3

Please sign in to comment.