Added test case documentation generator

This commit is contained in:
Bartek Kryza
2021-04-17 22:39:18 +02:00
parent 4f0302496e
commit 9884cc6d94
35 changed files with 1111 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ test: debug
test_plantuml: test
plantuml debug/tests/puml/*.puml
document_test_cases: test_plantuml
python3 util/generate_test_cases_docs.py
.PHONY: clang-format
clang-format:
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.2