mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 910866 - Remove a temporary workaround for a bug which is now closed. r=ted.mielczarek
This commit is contained in:
parent
400dee397c
commit
1794b3ba11
@ -16,11 +16,7 @@ if CONFIG['JS_NATIVE_EDITLINE']:
|
||||
if not CONFIG['JS_DISABLE_SHELL']:
|
||||
DIRS += ['shell']
|
||||
|
||||
# FIXME: bug 530688 covers getting these working on Android
|
||||
if CONFIG['OS_ARCH'] != 'ANDROID':
|
||||
TEST_DIRS += ['jsapi-tests']
|
||||
|
||||
TEST_DIRS += ['tests', 'gdb']
|
||||
TEST_DIRS += ['jsapi-tests', 'tests', 'gdb']
|
||||
|
||||
MODULE = 'js'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user