enable jsapi-tests compilation

This commit is contained in:
Cameron Kaiser 2019-02-14 21:42:33 -08:00
parent eb1edd0649
commit 38a8159015
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ if CONFIG['JS_BUNDLED_EDITLINE']:
if not CONFIG['JS_DISABLE_SHELL']:
DIRS += ['shell']
TEST_DIRS += ['jsapi-tests', 'tests', 'gdb']
DIRS += ['jsapi-tests']
TEST_DIRS += ['tests', 'gdb']
CONFIGURE_SUBST_FILES += [
'devtools/rootAnalysis/Makefile',