aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-02-06 20:17:31 -0600
committerBrent Cook <bcook@openbsd.org>2015-02-06 20:17:31 -0600
commitbe5d0cca13c00f5615c16fcfaa5674558a29568b (patch)
treebc654c5639e8dd9c280111efe1954f990118eff4 /tests
parenta323f52a3ffbdaf554efa4f5924315aff3123891 (diff)
downloadportable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.gz
portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.tar.bz2
portable-be5d0cca13c00f5615c16fcfaa5674558a29568b.zip
update with latest, add more tests
this adds the new bytestring apis and new regression tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl
index b2a4920..26334af 100644
--- a/tests/Makefile.am.tpl
+++ b/tests/Makefile.am.tpl
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common
2 2
3AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes 3AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
4AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 4AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
5AM_CPPFLAGS += -I $(top_srcdir)/ssl
5 6
6LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 7LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
7LDADD += $(top_builddir)/ssl/libssl.la 8LDADD += $(top_builddir)/ssl/libssl.la