From: Paul Floyd Date: Sun, 21 Sep 2025 06:07:11 +0000 (+0200) Subject: regtest: add arm64-freebsd to tests/platform_test X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1039274db9695bd41a119fe32c465d0845700820;p=thirdparty%2Fvalgrind.git regtest: add arm64-freebsd to tests/platform_test Not explicitly listing the platform was causing the one test to run on other platforms --- diff --git a/tests/platform_test b/tests/platform_test index 9762d0c09..ac452502d 100644 --- a/tests/platform_test +++ b/tests/platform_test @@ -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 "