[CPU] Fix multi-arch cpu-test support

This commit is contained in:
Wunkolo 2024-05-10 23:15:31 -07:00
parent edfd2f219b
commit 6b4ff8bb62
1 changed files with 3 additions and 1 deletions

View File

@ -19,10 +19,12 @@ test_suite("xenia-cpu-tests", project_root, ".", {
links = { links = {
"xenia-cpu-backend-x64", "xenia-cpu-backend-x64",
}, },
},
{
filter = 'architecture:ARM64', filter = 'architecture:ARM64',
links = { links = {
"xenia-cpu-backend-a64", "xenia-cpu-backend-a64",
}, },
} },
}, },
}) })