Fixed building on macos with LLVM 15
This commit is contained in:
@@ -6,8 +6,8 @@ diagrams:
|
||||
# Provide the files to parse in order to look
|
||||
# for #include directives
|
||||
glob:
|
||||
- ../../tests/t40003/include/**/*.h
|
||||
- ../../tests/t40003/src/**/*.cc
|
||||
- ../../tests/t40003/src/dependants/t1.cc
|
||||
- ../../tests/t40003/src/dependencies/t2.cc
|
||||
# Render the paths relative to this directory
|
||||
relative_to: ../../../tests/t40003
|
||||
include:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t40003", "[test-case][package]")
|
||||
TEST_CASE("t40003", "[test-case][include]")
|
||||
{
|
||||
auto [config, db] = load_config("t40003");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user