Skip to content

Commit

Permalink
Merge pull request EOSIO#386 from EOSIO/larryk85-patch-2
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
larryk85 authored Jan 28, 2019
2 parents 541a348 + ec80b03 commit 6dd4cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ add_test(name_tests ${CMAKE_BINARY_DIR}/tests/unit/name_tests)
add_test(rope_tests ${CMAKE_BINARY_DIR}/tests/unit/rope_tests)
add_test(print_tests ${CMAKE_BINARY_DIR}/tests/unit/print_tests)
add_test(system_tests ${CMAKE_BINARY_DIR}/tests/unit/system_tests)
add_test(integration_tests ${CMAKE_BINARY_DIR}/tests/integration/integration_tests)
if (eosio_FOUND)
add_test(integration_tests ${CMAKE_BINARY_DIR}/tests/integration/integration_tests)
endif()

0 comments on commit 6dd4cde

Please sign in to comment.