Exclude the X64Emitter test on ARM.
Don't want to make that run on ARM...
This commit is contained in:
parent
c2e0787cb8
commit
15d0a81122
1 changed files with 2 additions and 0 deletions
|
@ -351,7 +351,9 @@ TestItem availableTests[] = {
|
|||
TEST_ITEM(Asin),
|
||||
TEST_ITEM(SinCos),
|
||||
TEST_ITEM(ArmEmitter),
|
||||
#ifndef ARM
|
||||
TEST_ITEM(X64Emitter),
|
||||
#endif
|
||||
TEST_ITEM(VFPUSinCos),
|
||||
TEST_ITEM(MathUtil),
|
||||
TEST_ITEM(Parsers),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue