From 8dfd173285df515fe9b41d970321da9d049460f8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 9 Oct 2024 23:08:48 +0200 Subject: More work on format --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index ef01aa7..0bd27b2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -15,3 +15,5 @@ build --cxxopt=-Wno-unused-macros build --cxxopt=-Wno-documentation-unknown-command build --cxxopt=-Wno-extra-semi-stmt build --cxxopt=-Wno-extra-semi + +test --test_output=errors -- cgit