From 2003d9922a3e8ba4aa19c20bbe7cd500590427de Mon Sep 17 00:00:00 2001 From: xcyang Date: Sun, 3 Dec 2023 21:26:23 -0500 Subject: [PATCH] Fixing compilation error with 3 tests --- tests/src/unit-make1.cpp | 9 ++++++++- tests/src/unit-make2.cpp | 9 ++++++++- tests/src/unit-make3.cpp | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/tests/src/unit-make1.cpp b/tests/src/unit-make1.cpp index 5e4effeb4..827d588cd 100644 --- a/tests/src/unit-make1.cpp +++ b/tests/src/unit-make1.cpp @@ -1,4 +1,11 @@ -// test_json_suite_extended.cpp +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ (supporting code) +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #include "doctest_compatibility.h" #include using nlohmann::json; diff --git a/tests/src/unit-make2.cpp b/tests/src/unit-make2.cpp index a68f67943..0e61efb2e 100644 --- a/tests/src/unit-make2.cpp +++ b/tests/src/unit-make2.cpp @@ -1,4 +1,11 @@ -// test_json_suite.cpp +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ (supporting code) +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #include "doctest_compatibility.h" #include using nlohmann::json; diff --git a/tests/src/unit-make3.cpp b/tests/src/unit-make3.cpp index 2dfb0cd8b..bd162b0cf 100644 --- a/tests/src/unit-make3.cpp +++ b/tests/src/unit-make3.cpp @@ -1,4 +1,11 @@ -// test_json_suite_more.cpp +// __ _____ _____ _____ +// __| | __| | | | JSON for Modern C++ (supporting code) +// | | |__ | | | | | | version 3.11.3 +// |_____|_____|_____|_|___| https://github.com/nlohmann/json +// +// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann +// SPDX-License-Identifier: MIT + #include "doctest_compatibility.h" #include using nlohmann::json;