forked from pool/gnutls
23 lines
723 B
Diff
23 lines
723 B
Diff
|
Index: gnutls-3.6.0/tests/dtls/Makefile.am
|
||
|
===================================================================
|
||
|
--- gnutls-3.6.0.orig/tests/dtls/Makefile.am 2017-04-19 21:49:27.000000000 +0200
|
||
|
+++ gnutls-3.6.0/tests/dtls/Makefile.am 2017-09-20 14:33:56.763416427 +0200
|
||
|
@@ -19,7 +19,7 @@
|
||
|
# along with this file; if not, write to the Free Software Foundation,
|
||
|
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
|
||
|
-dist_check_SCRIPTS = dtls dtls-nb dtls-resume
|
||
|
+dist_check_SCRIPTS = dtls dtls-nb
|
||
|
|
||
|
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
|
||
|
AM_CPPFLAGS = \
|
||
|
@@ -41,7 +41,7 @@ LDADD = ../../lib/libgnutls.la \
|
||
|
if !WINDOWS
|
||
|
|
||
|
check_PROGRAMS = dtls-stress
|
||
|
-TESTS = dtls dtls-resume
|
||
|
+TESTS = dtls
|
||
|
|
||
|
endif
|
||
|
|