summaryrefslogtreecommitdiff
path: root/nss/gtests/pk11_gtest/manifest.mn
diff options
context:
space:
mode:
Diffstat (limited to 'nss/gtests/pk11_gtest/manifest.mn')
-rw-r--r--nss/gtests/pk11_gtest/manifest.mn5
1 files changed, 4 insertions, 1 deletions
diff --git a/nss/gtests/pk11_gtest/manifest.mn b/nss/gtests/pk11_gtest/manifest.mn
index 934d4cf..453e09a 100644
--- a/nss/gtests/pk11_gtest/manifest.mn
+++ b/nss/gtests/pk11_gtest/manifest.mn
@@ -9,6 +9,8 @@ MODULE = nss
CPPSRCS = \
pk11_aeskeywrap_unittest.cc \
pk11_chacha20poly1305_unittest.cc \
+ pk11_curve25519_unittest.cc \
+ pk11_ecdsa_unittest.cc \
pk11_export_unittest.cc \
pk11_pbkdf2_unittest.cc \
pk11_prf_unittest.cc \
@@ -17,7 +19,8 @@ CPPSRCS = \
$(NULL)
INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
- -I$(CORE_DEPTH)/gtests/common
+ -I$(CORE_DEPTH)/gtests/common \
+ -I$(CORE_DEPTH)/cpputil
REQUIRES = nspr nss libdbm gtest