capstone-engine/capstone

test_tms320c64x.c does not abort when not enabled

Opened this issue · 1 comments

Compare:


abort();

This means that checking that abort() has been called in the test when tms320c64x isn't enabled will fail.

All other architecture-specific tests seem ok

I'll start to modernize the whole testing anyways. So this will be fixed with it.