Skip to content

Commit

Permalink
Merge pull request #72 from AntelopeIO/integration-tests-fix
Browse files Browse the repository at this point in the history
Enable integration tests
  • Loading branch information
dimas1185 authored Nov 19, 2022
2 parents c010d6f + 912c7ae commit ea6d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/unit/version_tests.sh ${CMAKE_BINARY_
add_test(NAME version_tests COMMAND ${CMAKE_BINARY_DIR}/tests/unit/version_tests.sh "${VERSION_FULL}" WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
set_property(TEST version_tests PROPERTY LABELS unit_tests)

if (eosio_FOUND)
if (leap_FOUND)
add_test(integration_tests ${CMAKE_BINARY_DIR}/tests/integration/integration_tests)
set_property(TEST integration_tests PROPERTY LABELS integration_tests)
endif()

0 comments on commit ea6d926

Please sign in to comment.