mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-22 12:35:39 +02:00
Specify a maximum console width that is independent of CATCH_CONFIG_CONSOLE_WIDTH
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#ifndef CATCH_CONFIG_CONSOLE_MAXIMUM_WIDTH
|
||||
#define CATCH_CONFIG_CONSOLE_MAXIMUM_WIDTH 512
|
||||
#endif
|
||||
|
||||
#ifndef CATCH_CONFIG_CONSOLE_WIDTH
|
||||
#define CATCH_CONFIG_CONSOLE_WIDTH 80
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user