mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 14:20:46 +02:00
updating tests
This commit is contained in:
parent
66b05793b9
commit
cc7dafa0be
@ -22,7 +22,7 @@ build:
|
|||||||
- make -j4
|
- make -j4
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build/
|
||||||
|
|
||||||
# ########
|
# ########
|
||||||
# Test
|
# Test
|
||||||
@ -33,7 +33,8 @@ test:
|
|||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- make check test
|
- make check
|
||||||
|
|
||||||
|
|
||||||
# memory leak check for unittest
|
# memory leak check for unittest
|
||||||
valgrind:
|
valgrind:
|
||||||
@ -42,7 +43,7 @@ valgrind:
|
|||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- valgrind make check test
|
- valgrind make check
|
||||||
|
|
||||||
# Quality of code
|
# Quality of code
|
||||||
cppcheck:
|
cppcheck:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user