You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
7 years ago
|
diff -up nss/gtests/manifest.mn.skip-util-gtests nss/gtests/manifest.mn
|
||
|
--- nss/gtests/manifest.mn.skip-util-gtests 2017-09-20 08:47:27.000000000 +0200
|
||
|
+++ nss/gtests/manifest.mn 2017-10-19 11:02:27.773910909 +0200
|
||
|
@@ -32,6 +32,5 @@ endif
|
||
|
|
||
|
DIRS = \
|
||
|
$(LIB_SRCDIRS) \
|
||
|
- $(UTIL_SRCDIRS) \
|
||
|
$(NSS_SRCDIRS) \
|
||
|
$(NULL)
|
||
|
diff -up nss/gtests/ssl_gtest/manifest.mn.skip-util-gtests nss/gtests/ssl_gtest/manifest.mn
|
||
|
--- nss/gtests/ssl_gtest/manifest.mn.skip-util-gtests 2017-09-20 08:47:27.000000000 +0200
|
||
|
+++ nss/gtests/ssl_gtest/manifest.mn 2017-10-19 11:02:27.773910909 +0200
|
||
|
@@ -58,6 +58,7 @@ PROGRAM = ssl_gtest
|
||
|
EXTRA_LIBS += \
|
||
|
$(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \
|
||
|
$(DIST)/lib/$(LIB_PREFIX)cpputil.$(LIB_SUFFIX) \
|
||
|
+ -lsoftokn3
|
||
|
$(NULL)
|
||
|
|
||
|
USE_STATIC_LIBS = 1
|
||
|
diff -up nss/tests/gtests/gtests.sh.skip-util-gtests nss/tests/gtests/gtests.sh
|
||
|
--- nss/tests/gtests/gtests.sh.skip-util-gtests 2017-09-20 08:47:27.000000000 +0200
|
||
|
+++ nss/tests/gtests/gtests.sh 2017-10-19 11:03:57.473976538 +0200
|
||
|
@@ -83,7 +83,7 @@ gtest_cleanup()
|
||
|
}
|
||
|
|
||
|
################## main #################################################
|
||
|
-GTESTS="prng_gtest certhigh_gtest certdb_gtest der_gtest pk11_gtest util_gtest freebl_gtest softoken_gtest blake2b_gtest"
|
||
|
+GTESTS="certhigh_gtest certdb_gtest der_gtest pk11_gtest softoken_gtest"
|
||
|
SOURCE_DIR="$PWD"/../..
|
||
|
gtest_init $0
|
||
|
gtest_start
|