summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2019-05-15 15:29:41 +0000
committerKevin Jacobs <kjacobs@mozilla.com>2019-05-15 15:29:41 +0000
commit9764cd0209a9e4db235c0593ccaaf522a3fdc343 (patch)
tree0b829f28bec1a071d60941d8aeb0287c20e57cfa /nss.gyp
parent476e04b9f23296c2af0bc2c74303da720a323279 (diff)
downloadnss-hg-9764cd0209a9e4db235c0593ccaaf522a3fdc343.tar.gz
Bug 1548179 - Remove --test (test_build) option from build.sh (replaced by --static), remove Test builds from taskcluster since we exercise pk11_gtest and mpi_gtests in non-static builds already. r=mt,jcj
Differential Revision: https://phabricator.services.mozilla.com/D30998
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp7
1 files changed, 1 insertions, 6 deletions
diff --git a/nss.gyp b/nss.gyp
index 68b991933..eea35aaea 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -192,6 +192,7 @@
'cmd/tstclnt/tstclnt.gyp:tstclnt',
'cmd/vfychain/vfychain.gyp:vfychain',
'cmd/vfyserv/vfyserv.gyp:vfyserv',
+ 'cmd/mpitests/mpitests.gyp:mpi_tests',
'gtests/certhigh_gtest/certhigh_gtest.gyp:certhigh_gtest',
'gtests/cryptohi_gtest/cryptohi_gtest.gyp:cryptohi_gtest',
'gtests/der_gtest/der_gtest.gyp:der_gtest',
@@ -223,12 +224,6 @@
'cmd/pkix-errcodes/pkix-errcodes.gyp:pkix-errcodes',
],
}],
- [ 'test_build==1', {
- 'dependencies': [
- 'cmd/mpitests/mpitests.gyp:mpi_tests',
- 'gtests/freebl_gtest/freebl_gtest.gyp:freebl_gtest',
- ],
- }],
[ 'disable_fips==0', {
'dependencies': [
'cmd/fipstest/fipstest.gyp:fipstest',