]> sourceware.org Git - valgrind.git/commitdiff
s390x regtest: Build DFP test cases unconditionally
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 7 Sep 2023 14:43:25 +0000 (16:43 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Thu, 7 Sep 2023 14:43:25 +0000 (16:43 +0200)
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

index 2a22aefac25f9f574a233189e840f7b9ca45cce2..15f9ddbd5b65f9968e291972f4a9eb684ee1c2f5 100644 (file)
@@ -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
This page took 0.034111 seconds and 5 git commands to generate.