File: disable-ssl-test.patch

package info (click to toggle)
qpid-cpp 0.16-6%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 37,232 kB
  • sloc: cpp: 158,939; python: 8,947; sh: 6,701; ruby: 2,080; makefile: 1,838; cs: 1,774; ansic: 1,771; xml: 281; perl: 15; sed: 10
file content (20 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -143,9 +143,6 @@
 
 include cluster.mk
 include sasl.mk
-if SSL
-include ssl.mk
-endif
 
 # Test programs that are installed and therefore built as part of make, not make check
 
@@ -318,7 +315,6 @@
   topictest								\
   run_header_test							\
   header_test.py							\
-  ssl_test								\
   config.null								\
   ais_check								\
   run_federation_tests							\