From 38a8159015b2b51223129be0a97cf8b20e838193 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Thu, 14 Feb 2019 21:42:33 -0800 Subject: [PATCH] enable jsapi-tests compilation --- js/src/moz.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/src/moz.build b/js/src/moz.build index 791865f46..487911a2a 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -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',