diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-17 09:41:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-17 09:41:26 +0000 |
| commit | ed27e866fb3927257791591e00b9d9e90477e845 (patch) | |
| tree | 6550b389be9612f69337d449f315759679077843 /cpp/src/tests/ssl.mk | |
| parent | 5644e4fbfd777921b33874aed13c45d544c8a383 (diff) | |
| download | qpid-python-ed27e866fb3927257791591e00b9d9e90477e845.tar.gz | |
QPID-106: SSL support for c++ (broker and client), can be enabled/disabled explictly via --with-ssl/--without-ssl args to configure; by default will build the modules if dependencies are found. See SSL readme file for more details.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ssl.mk')
| -rw-r--r-- | cpp/src/tests/ssl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/ssl.mk b/cpp/src/tests/ssl.mk new file mode 100644 index 0000000000..8395aab35d --- /dev/null +++ b/cpp/src/tests/ssl.mk @@ -0,0 +1,4 @@ +TESTS+=ssl_test +EXTRA_DIST+=ssl_test +clean-local: + rm -rf test_cert_db cert.password
\ No newline at end of file |
