Bug 1892041 - Part 3: Update test exclusions. r=spidermonkey-reviewers,dminor
[gecko.git] / security / nss / manifest.mn
blobfbc420a950a897c32eaa6b0aa963698221c696e1
1
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 CORE_DEPTH = .
6 DEPTH      = .
8 IMPORTS =       nspr20/v4.8 \
9                 $(NULL)
11 RELEASE = nss
13 DIRS = coreconf lib cmd cpputil gtests
15 HAVE_ALL_TARGET := 1
18 # make sure all is the first (default) target
20 all: prepare_build
21         $(MAKE) libs
23 prepare_build:
24         # no real way to encode these in any sensible way
25         $(MAKE) -C coreconf/nsinstall program
26         $(MAKE) export
28 lib: coreconf
29 cmd: lib
30 cpputil: lib
31 gtests: cmd cpputil