Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Jan 28, 2019
1 parent 541a348 commit ec80b03
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 ec80b03

Please sign in to comment.