Switched to gtest for unit testing

This commit is contained in:
emeric
2021-05-03 13:20:43 +02:00
parent 444d4af3c6
commit 67ce7151ff
20 changed files with 2131 additions and 1905 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ ARG BUILD_PACKAGES=" \
openssl-dev \
boost-dev \
libconfig-dev \
taglib-dev"
taglib-dev \
gtest-dev"
RUN apk add --no-cache --update ${BUILD_PACKAGES}