Added class diagram test

This commit is contained in:
Bartek Kryza
2021-02-21 20:53:00 +01:00
parent 1bcb1e5666
commit 9e1d7786b9
7 changed files with 109 additions and 2 deletions

View File

@@ -37,11 +37,13 @@ release/CMakeLists.txt:
debug: debug/CMakeLists.txt
make -C debug -j
make -C debug test
release: release/CMakeLists.txt
make -C release -j
test: debug
CTEST_OUTPUT_ON_FAILURE=1 make -C debug test
.PHONY: clang-format
clang-format:
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.2