From 583be9ce226c49824ca186dda34393a88da9402c Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 27 Jun 2019 10:55:50 +0000 Subject: [PATCH] udpate: catch2 tests config Co-Authored-By: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- tests/test_base.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_base.cpp b/tests/test_base.cpp index a485d2fe..8048b15f 100644 --- a/tests/test_base.cpp +++ b/tests/test_base.cpp @@ -16,7 +16,9 @@ See the License for the specific language governing permissions and limitations under the License. */ #define CATCH_CONFIG_MAIN +#define CATCH_CONFIG_CONSOLE_WIDTH 300 #include -TEST_CASE( "1: All test cases reside in other .cpp files (empty)", "[multi-file:1]" ) { +TEST_CASE("all test cases reside in other .cpp files (empty)", "[multi-file:1]") +{ }