Added package diagram test case with C++20 module partitions dependencies

This commit is contained in:
Bartek Kryza
2023-12-24 16:47:19 +01:00
parent 453f265feb
commit 637112cea5
39 changed files with 545 additions and 62 deletions

View File

@@ -476,6 +476,7 @@ using namespace clanguml::test::matchers;
#include "t30012/test_case.h"
#include "t30013/test_case.h"
#include "t30014/test_case.h"
#include "t30015/test_case.h"
#endif
///
/// Include diagram tests
@@ -520,4 +521,4 @@ int main(int argc, char *argv[])
clih.handle_options(argvv.size(), argvv.data());
return session.run();
}
}