xbyak/test/test_all.bat
MITSUNARI Shigeo cbb4ca2178 first commit
2010-04-16 10:33:04 +09:00

9 lines
165 B
Batchfile

@echo off
call test_nm_all
echo *** test addressing ***
call test_address
call test_address 64
echo *** test jmp address ***
call test_jmp
echo *** all test end ***