Added test case for package diagram from directory structure for plain C

This commit is contained in:
Bartek Kryza
2023-05-26 21:46:23 +02:00
parent 2a29968f09
commit ba32b54395
12 changed files with 118 additions and 2 deletions

View File

@@ -46,8 +46,6 @@ TEST_CASE("t30010", "[test-case][package]")
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib2")));
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib3")));
REQUIRE_THAT(puml, IsDependency(_A("app"), _A("lib4")));
// REQUIRE_THAT(puml, IsDependency(_A("app"), _A("library1")));
// REQUIRE_THAT(puml, IsDependency(_A("app"), _A("library1")));
save_puml(
config.output_directory() + "/" + diagram->name + ".puml", puml);