update windows batch file to test
diff --git a/test/test_by_xed.bat b/test/test_by_xed.bat
index bf6ee5e..19467ed 100644
--- a/test/test_by_xed.bat
+++ b/test/test_by_xed.bat
@@ -1,4 +1,5 @@
 @echo off
+set XED=xed
 set CFLAGS=-I ../ /EHsc /nologo
 copy %1% tmp.cpp
 cl %CFLAGS% test_by_xed.cpp && test_by_xed.exe
diff --git a/test/test_by_xed_all.bat b/test/test_by_xed_all.bat
index bb57cb4..c7e29a2 100644
--- a/test/test_by_xed_all.bat
+++ b/test/test_by_xed_all.bat
@@ -1,4 +1,4 @@
-set TARGETS=old.txt new-ymm.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt
+set TARGETS=old.txt new-ymm.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt amx.txt apx.txt comp.txt
 for %%f in (%TARGETS%) do (
   echo %%f
   call test_by_xed.bat avx10\%%f