Skip to content
Snippets Groups Projects
Commit c7d533aa authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[CI/CD] Paused test stage

parent b7eef045
Branches
Tags
No related merge requests found
...@@ -49,12 +49,13 @@ build-debug: ...@@ -49,12 +49,13 @@ build-debug:
# Stage test # Stage test
test: # Paused catch test, code is not yet ready
stage: test # test:
tags: # stage: test
- miosix # tags:
script: # - miosix
- ./sbs --test catch-tests-main # script:
# - ./sbs --test catch-tests-main
# Stage lint # Stage lint
......
...@@ -34,12 +34,12 @@ project(SkywardParafoilTest) ...@@ -34,12 +34,12 @@ project(SkywardParafoilTest)
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
add_executable(catch-tests-main add_executable(catch-tests-main
src/tests/MainComputer/catch/catch-tests-entry.cpp src/tests/Main/catch/catch-tests-entry.cpp
src/tests/MainComputer/catch/test-airbrakes.cpp src/tests/Main/catch/test-airbrakes.cpp
src/tests/MainComputer/catch/test-ada.cpp src/tests/Main/catch/test-ada.cpp
src/tests/MainComputer/catch/test-deployment.cpp src/tests/Main/catch/test-deployment.cpp
src/tests/MainComputer/catch/test-fsr.cpp src/tests/Main/catch/test-fsr.cpp
src/tests/MainComputer/catch/test-nas.cpp src/tests/Main/catch/test-nas.cpp
${MAIN_COMPUTER} ${MAIN_COMPUTER}
) )
target_include_directories(catch-tests-main PRIVATE ${OBSW_INCLUDE_DIRS}) target_include_directories(catch-tests-main PRIVATE ${OBSW_INCLUDE_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment