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,13 +9,14 @@ diagrams:
- ../../tests/t40003/include/**/*.h
- ../../tests/t40003/src/**/*.cc
# Render the paths relative to this directory
relative_to: ../../tests/t40003
relative_to: ../../../tests/t40003
include:
# Include only files belonging to these paths
# Include only files which depend on t1.h
dependants:
- ../../tests/t40003/include/dependants/t1.h
- ../../../tests/t40003/include/dependants/t1.h
# and dependencies of t2.cc
dependencies:
- ../../tests/t40003/src/dependencies/t2.cc
- ../../../tests/t40003/src/dependencies/t2.cc
plantuml:
before:
- "' t40003 test include diagram"