aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_by_xed.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_by_xed.bat')
-rw-r--r--test/test_by_xed.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_by_xed.bat b/test/test_by_xed.bat
new file mode 100644
index 0000000..bf6ee5e
--- /dev/null
+++ b/test/test_by_xed.bat
@@ -0,0 +1,6 @@
+@echo off
+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