cli: tests
This commit is contained in:
parent
cc9c650949
commit
b8bb2e5e4a
1 changed files with 10 additions and 0 deletions
|
@ -113,6 +113,16 @@ const triples = [
|
|||
raw: 'armv7-linux-androideabi',
|
||||
},
|
||||
} as const,
|
||||
{
|
||||
name: 'universal-apple-darwin',
|
||||
expected: {
|
||||
abi: null,
|
||||
arch: 'universal',
|
||||
platform: 'darwin',
|
||||
platformArchABI: 'darwin-universal',
|
||||
raw: 'universal-apple-darwin',
|
||||
},
|
||||
} as const,
|
||||
]
|
||||
|
||||
for (const triple of triples) {
|
||||
|
|
Loading…
Reference in a new issue