Skip to content

Commit d2ca89e

Browse files
committed
PlatformExtensions: fix tests
1 parent 0d12bf5 commit d2ca89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryBuilderPlatformExtensions.jl/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ end
288288
end
289289

290290
# Get all architectures and all microarchitectures for the different architectures
291-
@test sort(get_all_arch_names()) == ["aarch64", "armv6l", "armv7l", "i686", "powerpc64le", "x86_64"]
291+
@test sort(get_all_arch_names()) == ["aarch64", "armv6l", "armv7l", "i686", "powerpc64le", "riscv64", "x86_64"]
292292
@test sort(get_all_march_names("x86_64")) == ["avx", "avx2", "avx512", "x86_64"]
293293
@test sort(get_all_march_names("armv7l")) == ["armv7l", "neonvfpv4"]
294294
end

0 commit comments

Comments
 (0)