File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
CHDIR = 'idl-rules'
19
19
test .run_gyp ('basic-idl.gyp' , chdir = CHDIR )
20
- for platform in ['Win32' , 'x64' ]:
20
+ for platform in ['Win32' , 'x64' , 'ARM64' ]:
21
21
test .set_configuration ('Debug|%s' % platform )
22
22
test .build ('basic-idl.gyp' , test .ALL , chdir = CHDIR )
23
23
24
24
# Make sure ninja win_tool.py filters out noisy lines.
25
25
if test .format == 'ninja' and 'Processing' in test .stdout ():
26
26
test .fail_test ()
27
27
28
- test .pass_test ()
28
+ test .pass_test ()
Original file line number Diff line number Diff line change 15
15
'inherit_from' : ['Debug' ],
16
16
'msvs_configuration_platform' : 'x64' ,
17
17
},
18
+ 'Debug_ARM64' : {
19
+ 'inherit_from' : ['Debug' ],
20
+ 'msvs_configuration_platform' : 'ARM64' ,
21
+ },
18
22
},
19
23
},
20
24
'targets' : [
You can’t perform that action at this time.
0 commit comments