Added constexpr if sequence diagram test case

This commit is contained in:
Bartek Kryza
2022-11-27 15:23:32 +01:00
parent b36355352d
commit df0163cdbf
6 changed files with 128 additions and 20 deletions

14
tests/t20008/.clang-uml Normal file
View File

@@ -0,0 +1,14 @@
compilation_database_dir: ..
output_directory: puml
diagrams:
t20008_sequence:
type: sequence
glob:
- ../../tests/t20008/t20008.cc
include:
namespaces:
- clanguml::t20008
using_namespace:
- clanguml::t20008
start_from:
- function: "clanguml::t20008::tmain()"