Compare: https://github.com/capstone-engine/capstone/blob/1a6921f5cc3e1084a6658ad05ed2c00a7ff1fd00/tests/test_tms320c64x.c#L153 https://github.com/capstone-engine/capstone/blob/1a6921f5cc3e1084a6658ad05ed2c00a7ff1fd00/tests/test_arm.c#L290 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
Compare:
capstone/tests/test_tms320c64x.c
Line 153 in 1a6921f
capstone/tests/test_arm.c
Line 290 in 1a6921f
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