updating tests

This commit is contained in:
Filip Bucek 2019-11-08 16:33:17 +01:00
parent 66b05793b9
commit cc7dafa0be

View File

@ -22,7 +22,7 @@ build:
- make -j4
artifacts:
paths:
- build
- build/
# ########
# Test
@ -33,7 +33,8 @@ test:
- shell
script:
- cd build
- make check test
- make check
# memory leak check for unittest
valgrind:
@ -42,7 +43,7 @@ valgrind:
- shell
script:
- cd build
- valgrind make check test
- valgrind make check
# Quality of code
cppcheck: