diff options
Diffstat (limited to 'mfbt/tests/moz.build')
-rw-r--r-- | mfbt/tests/moz.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mfbt/tests/moz.build b/mfbt/tests/moz.build index bd25ab1d0b..e69de5d75e 100644 --- a/mfbt/tests/moz.build +++ b/mfbt/tests/moz.build @@ -4,6 +4,11 @@ # 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['JS_STANDALONE']: + TEST_DIRS += [ + 'gtest', + ] + CppUnitTests([ 'TestArray', 'TestArrayUtils', |