diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 20:04:49 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 21:36:38 +0900 |
commit | 4f01b43cfe65a97753656c0e16fa633571aceb56 (patch) | |
tree | 0f9b87cb452684e970cc8e65b6c16a8d63c28093 /tests/Makefile.am | |
parent | 6410eee15a8b225647b1d9e5bcd779b5a14b1839 (diff) | |
download | portable-4f01b43cfe65a97753656c0e16fa633571aceb56.tar.gz portable-4f01b43cfe65a97753656c0e16fa633571aceb56.tar.bz2 portable-4f01b43cfe65a97753656c0e16fa633571aceb56.zip |
Add regress constraints.c
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 86db040..f340f78 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes |
4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | 4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 |
5 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 | ||
5 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | 6 | AM_CPPFLAGS += -I $(top_srcdir)/ssl |
6 | AM_CPPFLAGS += -I $(top_srcdir)/tls | 7 | AM_CPPFLAGS += -I $(top_srcdir)/tls |
7 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl | 8 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl |
@@ -146,6 +147,11 @@ TESTS += configtest | |||
146 | check_PROGRAMS += configtest | 147 | check_PROGRAMS += configtest |
147 | configtest_SOURCES = configtest.c | 148 | configtest_SOURCES = configtest.c |
148 | 149 | ||
150 | # constraints | ||
151 | TESTS += constraints | ||
152 | check_PROGRAMS += constraints | ||
153 | constraints_SOURCES = constraints.c | ||
154 | |||
149 | # cts128test | 155 | # cts128test |
150 | TESTS += cts128test | 156 | TESTS += cts128test |
151 | check_PROGRAMS += cts128test | 157 | check_PROGRAMS += cts128test |