Added class diagram test
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user