udpate: catch2 tests config

Co-Authored-By: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2019-06-27 10:55:50 +00:00 committed by Lorenzo Fontana
parent 71b2fe6e14
commit 583be9ce22

View File

@ -16,7 +16,9 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
#define CATCH_CONFIG_MAIN #define CATCH_CONFIG_MAIN
#define CATCH_CONFIG_CONSOLE_WIDTH 300
#include <catch.hpp> #include <catch.hpp>
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]")
{
} }