Added test case for sequence diagram with multiple translation units

This commit is contained in:
Bartek Kryza
2022-12-05 23:57:00 +01:00
parent 14c2cb6263
commit f7a1130bab
15 changed files with 256 additions and 13 deletions

17
tests/t20014/.clang-uml Normal file
View File

@@ -0,0 +1,17 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20014_sequence:
type: sequence
glob:
- ../../tests/t20014/t20014.cc
- ../../tests/t20014/t20014_c.cc
- ../../tests/t20014/t20014_b.cc
- ../../tests/t20014/t20014_a.cc
include:
namespaces:
- clanguml::t20014
using_namespace:
- clanguml::t20014
start_from:
- function: "clanguml::t20014::tmain()"