diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-14 16:31:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-06-14 16:31:35 +0200 |
commit | e973c20cf479c33d7042c7109af7dd04bad45578 (patch) | |
tree | 11e29d9e3488e9b81705a59dc830bd2c22342b38 /tests/dtls | |
parent | 5b98fb5148d1cd4c7547fc9e31bc55b4466f55c6 (diff) | |
download | gnutls-e973c20cf479c33d7042c7109af7dd04bad45578.tar.gz |
tests: added missing files
Diffstat (limited to 'tests/dtls')
-rw-r--r-- | tests/dtls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dtls/Makefile.am b/tests/dtls/Makefile.am index 01e3707cfc..8f56408983 100644 --- a/tests/dtls/Makefile.am +++ b/tests/dtls/Makefile.am @@ -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 +dist_check_SCRIPTS = dtls dtls-nb dtls-resume AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) AM_CPPFLAGS = \ |