Skip to content

Commit

Permalink
Merge pull request #147 from EOSIO/correct_test_command
Browse files Browse the repository at this point in the history
correct the command name for test cases
  • Loading branch information
allenhan2 authored Mar 13, 2020
2 parents 40e374a + 8fa0e41 commit 7b85861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target_link_libraries( test_cfile fc )
add_executable( test_json test_json.cpp )
target_link_libraries( test_json fc )

add_test(NAME test_cfile COMMAND libraries/fc/test/io/test_io WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
add_test(NAME test_json COMMAND libraries/fc/test/io/test_io WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
add_test(NAME test_cfile COMMAND libraries/fc/test/io/test_cfile WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
add_test(NAME test_json COMMAND libraries/fc/test/io/test_json WORKING_DIRECTORY ${CMAKE_BINARY_DIR})


0 comments on commit 7b85861

Please sign in to comment.