summaryrefslogtreecommitdiffstats
path: root/mfbt/tests/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-10-08 08:17:47 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-10-08 08:17:47 +0200
commit8a63a2f4175112d96a49a9ad5882839da254b747 (patch)
tree202c782f572410c47c4ca1f23c68eda613d47c96 /mfbt/tests/moz.build
parent24fb2aaa359cb4abf1248996758672d701db5e24 (diff)
parenta844a9b08c661217c2bc14e424cdd70b5a42e681 (diff)
downloadUXP-8a63a2f4175112d96a49a9ad5882839da254b747.tar
UXP-8a63a2f4175112d96a49a9ad5882839da254b747.tar.gz
UXP-8a63a2f4175112d96a49a9ad5882839da254b747.tar.lz
UXP-8a63a2f4175112d96a49a9ad5882839da254b747.tar.xz
UXP-8a63a2f4175112d96a49a9ad5882839da254b747.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'mfbt/tests/moz.build')
-rw-r--r--mfbt/tests/moz.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/mfbt/tests/moz.build b/mfbt/tests/moz.build
index bd25ab1d0..e69de5d75 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',