From e6bc33479769d580ff38f57eaf0101e6517b99d1 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 2 Jun 2021 14:26:52 +0200
Subject: [PATCH] fix deps and formatting

---
 .gitlab-ci.yml  | 2 +-
 DEPENDENCIES.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f1ae13..8526147 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ code_style:
   tags: [ docker ]
   stage: test
   script:
-    - clang-format-11 --dry-run --verbose **/*.cpp **/*.h **/*.h.in
+    - clang-format-11 --dry-run --verbose --Werror $(find test/ src/ include/ -type f -iname "*.cpp" -o -iname "*.h" -o -iname "*.h.in")
   allow_failure: true
 
 # unit tests with gtest
diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index e09a813..360292a 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -13,6 +13,7 @@
 # BUILD AND RUN TESTS
 
 * >=clang-tidy-11
+* >=gtest-1.10.0
 
 # COVERAGE
 
-- 
GitLab