diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-24 17:14:07 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-24 17:14:07 +0700 |
commit | e24936ac5392530f3892e16dd9d9240fdf2af010 (patch) | |
tree | 43d1cf4140ad311a2a8f327c5c23b0e268348070 /crypto/NBuild.build | |
parent | Fix initial bugs revealed by new TLS test (diff) | |
download | BouncyCastle.NET-ed25519-e24936ac5392530f3892e16dd9d9240fdf2af010.tar.xz |
Exclude some files in the TLS test data
Diffstat (limited to '')
-rw-r--r-- | crypto/NBuild.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/NBuild.build b/crypto/NBuild.build index baea45eac..e22c35df9 100644 --- a/crypto/NBuild.build +++ b/crypto/NBuild.build @@ -170,6 +170,7 @@ <resources prefix="crypto" dynamicprefix="true"> <include name="${test-datapath}/**/*.*"/> <exclude name="${test-datapath}/**/README.txt"/> + <exclude name="${test-datapath}/tls/*.tmpl"/> </resources> <references> <include name="mscorlib.dll"/> |