mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 973306 - Don't build JIT tests that depend on Ion with --disable-ion.
This commit is contained in:
parent
2f66ba6147
commit
1a47463712
@ -42,7 +42,6 @@ UNIFIED_SOURCES += [
|
||||
'testIntern.cpp',
|
||||
'testIntString.cpp',
|
||||
'testIntTypesABI.cpp',
|
||||
'testJitRValueAlloc.cpp',
|
||||
'testJSEvaluateScript.cpp',
|
||||
'testLookup.cpp',
|
||||
'testLooselyEqual.cpp',
|
||||
@ -73,6 +72,11 @@ UNIFIED_SOURCES += [
|
||||
'testXDR.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['ENABLE_ION']:
|
||||
UNIFIED_SOURCES += [
|
||||
'testJitRValueAlloc.cpp',
|
||||
]
|
||||
|
||||
DEFINES['EXPORT_JS_API'] = True
|
||||
# Building against js_static requires that we declare mfbt sybols "exported"
|
||||
# on its behalf.
|
||||
|
Loading…
Reference in New Issue
Block a user