lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 56ba3303 01/10: For the nonce, exclude 'actua


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 56ba3303 01/10: For the nonce, exclude 'actuarial_table_test' ∩ UBSan
Date: Wed, 8 Jun 2022 19:41:00 -0400 (EDT)

branch: master
commit 56ba3303f8c2959d5dadad399ee8e0dce77748b5
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    For the nonce, exclude 'actuarial_table_test' ∩ UBSan
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-06/msg00026.html
---
 objects.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/objects.make b/objects.make
index b3053632..759f69a8 100644
--- a/objects.make
+++ b/objects.make
@@ -357,7 +357,7 @@ endif
 excluded_unit_test_targets :=
 
 ifeq (ubsan,$(build_type))
-  excluded_unit_test_targets += loads_test mortality_rates_test
+  excluded_unit_test_targets += actuarial_table_test loads_test 
mortality_rates_test
 endif
 
 unit_test_targets := \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]