]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
regtest: add arm64-freebsd to tests/platform_test
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 21 Sep 2025 06:07:11 +0000 (08:07 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 21 Sep 2025 06:07:11 +0000 (08:07 +0200)
Not explicitly listing the platform was causing the one test
to run on other platforms

tests/platform_test

index 9762d0c09b38e4f9cafe8d17d4b0e5b98ce8a835..ac452502d0fbcdecb1393d3910707ed90cc52842 100644 (file)
@@ -18,6 +18,7 @@ all_platforms="$all_platforms riscv64-linux"
 all_platforms="$all_platforms x86-darwin amd64-darwin"
 all_platforms="$all_platforms x86-solaris amd64-solaris"
 all_platforms="$all_platforms x86-freebsd amd64-freebsd"
+all_platforms="$all_platforms arm64-freebsd"
 
 if [ $# -ne 2 ] ; then
     echo "usage: platform_test <arch-type> <OS-type>"