diff options
Diffstat (limited to 'security/nss/gtests/certdb_gtest/manifest.mn')
-rw-r--r-- | security/nss/gtests/certdb_gtest/manifest.mn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/gtests/certdb_gtest/manifest.mn b/security/nss/gtests/certdb_gtest/manifest.mn index 4a3a1fda0..c95cf991f 100644 --- a/security/nss/gtests/certdb_gtest/manifest.mn +++ b/security/nss/gtests/certdb_gtest/manifest.mn @@ -8,6 +8,8 @@ MODULE = nss CPPSRCS = \ alg1485_unittest.cc \ + cert_unittest.cc \ + decode_certs_unittest.cc \ $(NULL) INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \ |