diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-10-13 09:45:33 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-10-13 09:45:33 +0900 |
commit | 873c93a5169c56edc393ef285160c9f03bdf663d (patch) | |
tree | 01255b93cbecd158e99e8941c1f5cd1d8f90c104 /test/test_all.bat | |
parent | e25b1cd62782e5d8257526279bd22c81f17603ba (diff) | |
download | xbyak-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.bat | 6 |
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 *** |