diff options
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 *** |