Fixed t40001 test case on archlinux
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "lib1/lib1.h"
|
||||
|
||||
#include <clang/Lex/Lexer.h>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -10,4 +10,4 @@ namespace clanguml::t40001 {
|
||||
|
||||
int foo() { return lib1::foo2(); }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ TEST_CASE("t40001", "[test-case][package]")
|
||||
REQUIRE_THAT(puml, IsFile("t40001_include1.h"));
|
||||
|
||||
REQUIRE_THAT(puml, IsFile("string"));
|
||||
REQUIRE_THAT(puml, IsFile("clang/Lex/Lexer.h"));
|
||||
REQUIRE_THAT(puml, IsFile("yaml-cpp/yaml.h"));
|
||||
|
||||
REQUIRE_THAT(puml, IsAssociation(_A("t40001.cc"), _A("t40001_include1.h")));
|
||||
REQUIRE_THAT(puml, IsAssociation(_A("t40001_include1.h"), _A("lib1.h")));
|
||||
|
||||
Reference in New Issue
Block a user