Switched test case diagrams from png to svg for better versioning

This commit is contained in:
Bartek Kryza
2022-02-25 11:16:40 +01:00
parent 4acb8f98c1
commit 7f8fe89f99
137 changed files with 3002 additions and 62 deletions

View File

@@ -51,7 +51,7 @@ test: debug
CTEST_OUTPUT_ON_FAILURE=1 make -C debug test
test_plantuml: test
plantuml debug/tests/puml/*.puml
plantuml -tsvg debug/tests/puml/*.puml
document_test_cases: test_plantuml
python3 util/generate_test_cases_docs.py
@@ -59,7 +59,7 @@ document_test_cases: test_plantuml
clanguml_diagrams: debug
mkdir -p docs/diagrams
debug/clang-uml
plantuml docs/diagrams/*.puml
plantuml -tsvg docs/diagrams/*.puml
.PHONY: submodules
submodules: