Fixed include diagram test cases

This commit is contained in:
Bartek Kryza
2022-08-03 01:05:01 +02:00
parent cd9d9cf5a7
commit 392be99055
19 changed files with 382 additions and 98 deletions

View File

@@ -9,15 +9,15 @@ diagrams:
- ../../tests/t40002/**/*.cc
- ../../tests/t40002/**/*.h
# Render the paths relative to this directory
relative_to: ../../tests/t40002
relative_to: ../../../tests/t40002
include:
# Include only files belonging to these paths
paths:
- ../../tests/t40002
- ../../../tests/t40002
exclude:
paths:
# Exclude single header
- ../../tests/t40002/include/lib2/lib2_detail.h
- ../../../tests/t40002/include/lib2/lib2_detail.h
plantuml:
before:
- "' t40002 test include diagram"