From: Andreas Arnez Date: Thu, 7 Sep 2023 14:43:25 +0000 (+0200) Subject: s390x regtest: Build DFP test cases unconditionally X-Git-Tag: VALGRIND_3_22_0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60a22acb6e822f596d085144d7a25a02d498193;p=thirdparty%2Fvalgrind.git 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". --- 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