From e1f9d9ca1ef3c69da3b887b0af298be0aea4a5f9 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 23 Oct 2024 00:20:05 +0200 Subject: More work on testing framework --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 5a043b0..9a745cb 100644 --- a/.bazelrc +++ b/.bazelrc @@ -17,4 +17,4 @@ build --cxxopt=-Wno-extra-semi-stmt build --cxxopt=-Wno-extra-semi build --cxxopt=-Wno-global-constructors -test --test_output=errors +test --test_output=all -- cgit