Skip to content

Commit 9e2f520

Browse files
committed
test: test ARM64 MIDL rule
1 parent b1f9a3f commit 9e2f520

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/win/gyptest-midl-rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
CHDIR = 'idl-rules'
1919
test.run_gyp('basic-idl.gyp', chdir=CHDIR)
20-
for platform in ['Win32', 'x64']:
20+
for platform in ['Win32', 'x64', 'ARM64']:
2121
test.set_configuration('Debug|%s' % platform)
2222
test.build('basic-idl.gyp', test.ALL, chdir=CHDIR)
2323

2424
# Make sure ninja win_tool.py filters out noisy lines.
2525
if test.format == 'ninja' and 'Processing' in test.stdout():
2626
test.fail_test()
2727

28-
test.pass_test()
28+
test.pass_test()

test/win/idl-rules/basic-idl.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
'inherit_from': ['Debug'],
1616
'msvs_configuration_platform': 'x64',
1717
},
18+
'Debug_ARM64': {
19+
'inherit_from': ['Debug'],
20+
'msvs_configuration_platform': 'ARM64',
21+
},
1822
},
1923
},
2024
'targets': [

0 commit comments

Comments
 (0)