~singpolyma/biboumi

747f04ee6d104f466014a0b0e810ac9f855fa547 — louiz’ 7 years ago 3119ec7
Move the e2e tests out of make check
2 files changed, 4 insertions(+), 1 deletions(-)

M .gitlab-ci.yml
M CMakeLists.txt
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 20,6 20,7 @@ build:
    - make biboumi -j$(nproc)
    - make coverage -j$(nproc)
    - make check -j$(nproc)
    - make e2e -j$(nproc)
    - make rpm -j$(nproc)
  artifacts:
    paths:

M CMakeLists.txt => CMakeLists.txt +3 -1
@@ 195,8 195,10 @@ if(NOT EXISTS ${CMAKE_SOURCE_DIR}/tests/catch.hpp)
  add_dependencies(test_suite catch)
endif()
add_custom_target(check COMMAND "test_suite"
  COMMAND "python3" "${CMAKE_CURRENT_SOURCE_DIR}/tests/end_to_end/"
  DEPENDS test_suite biboumi)
add_custom_target(e2e COMMAND "python3" "${CMAKE_CURRENT_SOURCE_DIR}/tests/end_to_end/"
  DEPENDS biboumi)


#
## Code coverage