diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-09 23:08:48 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 8dfd173285df515fe9b41d970321da9d049460f8 (patch) | |
tree | 570b3ffbbe53ffee6a2d7d08646bfa448b95a509 /.bazelrc | |
parent | 0e7999f2d147b026aaee6693bdd2be2cb4a2519e (diff) |
More work on format
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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
|