diff options
author | Camilo Viecco <cviecco@mozilla.com> | 2014-09-08 13:09:40 -0700 |
---|---|---|
committer | Camilo Viecco <cviecco@mozilla.com> | 2014-09-08 13:09:40 -0700 |
commit | db482ccf847faeb9d3c9965d4881deb6327d1177 (patch) | |
tree | cc0488b73f9305e741421a84653e739df4de758a /external_tests | |
parent | ea29417c137ebeb6c3f6ca6ec76c2cdd2615a03d (diff) | |
download | nss-hg-db482ccf847faeb9d3c9965d4881deb6327d1177.tar.gz |
Bug 1057584 - Add gtest framework and initial tests optionally (4/4). Hooks with test suite. r=kaie
Diffstat (limited to 'external_tests')
-rw-r--r-- | external_tests/google_test/manifest.mn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external_tests/google_test/manifest.mn b/external_tests/google_test/manifest.mn index 87a06188f..70e33e6cf 100644 --- a/external_tests/google_test/manifest.mn +++ b/external_tests/google_test/manifest.mn @@ -3,6 +3,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/. CORE_DEPTH = ../.. +DEPTH = ../.. MODULE = gtest LIBRARY_NAME = gtest |