add test_avx512 to bat
diff --git a/test/test_avx_all.bat b/test/test_avx_all.bat
index ec74d28..3bf79f2 100644
--- a/test/test_avx_all.bat
+++ b/test/test_avx_all.bat
@@ -7,3 +7,7 @@
 call test_avx Y
 echo ** yasm-avx(64bit) ***
 call test_avx Y64
+echo ** nasm-avx512(32bit) ***
+call test_avx512
+echo ** nasm-avx512(64bit) ***
+call test_avx512 64
diff --git a/test/test_nm.bat b/test/test_nm.bat
index 60644a9..75c3da8 100644
--- a/test/test_nm.bat
+++ b/test/test_nm.bat
@@ -39,5 +39,4 @@
 make_nm jit > nm.cpp
 cl -I../ -DXBYAK_TEST nm_frame.cpp %OPT% %OPT2%
 nm_frame |%FILTER% > x.lst
-diff -w x.lst ok.lst
-wc x.lst
+diff -wb x.lst ok.lst && echo "ok"
\ No newline at end of file