aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_all.bat
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-10-13 09:45:33 +0900
committerMITSUNARI Shigeo <[email protected]>2023-10-13 09:45:33 +0900
commit873c93a5169c56edc393ef285160c9f03bdf663d (patch)
tree01255b93cbecd158e99e8941c1f5cd1d8f90c104 /test/test_all.bat
parente25b1cd62782e5d8257526279bd22c81f17603ba (diff)
downloadxbyak-873c93a5169c56edc393ef285160c9f03bdf663d.tar.gz
xbyak-873c93a5169c56edc393ef285160c9f03bdf663d.zip
add test of regs of apx
Diffstat (limited to 'test/test_all.bat')
-rw-r--r--test/test_all.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_all.bat b/test/test_all.bat
index d6c244d..0bcb787 100644
--- a/test/test_all.bat
+++ b/test/test_all.bat
@@ -5,4 +5,10 @@ call test_address
call test_address 64
echo *** test jmp address ***
call test_jmp
+echo *** test misc ***
+set FILE=misc
+call test_misc
+echo *** test APX ***
+set FILE=apx
+call test_misc
echo *** all test end ***