]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
[S390x] add FAT_TEST_LIST variable to enable fat build testing
authorMamone Tarsha <maamoun.tk@googlemail.com>
Wed, 21 Jul 2021 06:10:15 +0000 (09:10 +0300)
committerMamone Tarsha <maamoun.tk@googlemail.com>
Wed, 21 Jul 2021 06:10:15 +0000 (09:10 +0300)
configure.ac

index e4b22ee73088f6778e514f12b50ef7e475c31675..74cbc7acbb177fc62e02f58e9744b7465a17a3f2 100644 (file)
@@ -533,6 +533,7 @@ if test "x$enable_assembler" = xyes ; then
         if test "x$enable_fat" = xyes ; then
                asm_path="s390x/fat $asm_path"
                OPT_NETTLE_SOURCES="fat-s390x.c $OPT_NETTLE_SOURCES"
+          FAT_TEST_LIST="none msa_x1 msa_x2 msa_x4"
         else
           if test "$enable_s390x_msa" = yes ; then
             asm_path="s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 $asm_path"