Sign in
skia
/
third_party
/
xbyak
/
7b13e27a0c63712c0108a265235c31030d877617
/
.
/
test
/
test_by_xed.bat
blob: 19467ed5539147845593177572295e745043c0cf [
file
] [
log
] [
blame
]
@echo
off
set
XED
=
xed
set
CFLAGS
=-
I
..
/ /
EHsc
/
nologo
copy
%
1
%
tmp
.
cpp
cl
%
CFLAGS
%
test_by_xed
.
cpp
&&
test_by_xed
.
exe
%
XED
%
-
64
-
ir bin
>
out
.
txt
python3 test_by_xed
.
py
%
1
%
out
.
txt