diff options
Diffstat (limited to 'startupcache/moz.build')
-rw-r--r-- | startupcache/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/startupcache/moz.build b/startupcache/moz.build index 24068cb7e8..f7e930b5b3 100644 --- a/startupcache/moz.build +++ b/startupcache/moz.build @@ -4,8 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if not CONFIG['MOZ_B2G']: - TEST_DIRS += ['test'] +TEST_DIRS += ['test'] XPIDL_SOURCES += [ 'nsIStartupCache.idl', |