From c60a22acb6e822f596d085144d7a25a02d498193 Mon Sep 17 00:00:00 2001 From: Andreas Arnez Date: Thu, 7 Sep 2023 16:43:25 +0200 Subject: [PATCH] s390x regtest: Build DFP test cases unconditionally Now that the DFP test cases no longer depend on the compiler's support for `_Decimal*' types, they can be enabled unconditionally. Do this in the "Makefile.am". --- none/tests/s390x/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am index 2a22aefac2..15f9ddbd5b 100644 --- a/none/tests/s390x/Makefile.am +++ b/none/tests/s390x/Makefile.am @@ -20,11 +20,9 @@ INSN_TESTS = clc clcle cvb cvd icm lpr tcxb lam_stam xc mvst add sub mul \ spechelper-icm-1 spechelper-icm-2 spechelper-tmll \ spechelper-tm laa vector lsc2 ppno vector_string vector_integer \ vector_float add-z14 sub-z14 mul-z14 bic \ - misc3 vec2 vec2_float + misc3 vec2 vec2_float \ + dfp-1 dfp-2 dfp-3 dfp-4 dfpconv dfpext dfptest pfpfo srnmt -if BUILD_DFP_TESTS - INSN_TESTS += dfp-1 dfp-2 dfp-3 dfp-4 dfptest dfpext dfpconv srnmt pfpo -endif if HAS_MLONG_DOUBLE_128 INSN_TESTS += fpext fixbr endif -- 2.47.2