Fixed include diagram test cases
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user