Simplified test cases configs
This commit is contained in:
11
tests/test_config_data/relative_to.yml
Normal file
11
tests/test_config_data/relative_to.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
relative_to: /tmp
|
||||
diagrams:
|
||||
class1:
|
||||
type: class
|
||||
glob:
|
||||
- test.cc
|
||||
class2:
|
||||
type: class
|
||||
relative_to: .
|
||||
glob:
|
||||
- test.cc
|
||||
5
tests/test_config_data/relative_to_default.yml
Normal file
5
tests/test_config_data/relative_to_default.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
diagrams:
|
||||
class1:
|
||||
type: class
|
||||
glob:
|
||||
- test.cc
|
||||
Reference in New Issue
Block a user