diff options
author | Brent Cook <bcook@openbsd.org> | 2016-07-04 23:29:39 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-07-04 23:29:39 -0500 |
commit | aab671088d5a484c2d1f804a7a744fce96d8188f (patch) | |
tree | 22e0928c619449b198041a07c579ce95a912265a /tests/Makefile.am | |
parent | ccf66c469faf898161109d8277d669e4841df319 (diff) | |
download | portable-aab671088d5a484c2d1f804a7a744fce96d8188f.tar.gz portable-aab671088d5a484c2d1f804a7a744fce96d8188f.tar.bz2 portable-aab671088d5a484c2d1f804a7a744fce96d8188f.zip |
add OCSP test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3a6edfe..1607988 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -208,6 +208,14 @@ TESTS += mont | |||
208 | check_PROGRAMS += mont | 208 | check_PROGRAMS += mont |
209 | mont_SOURCES = mont.c | 209 | mont_SOURCES = mont.c |
210 | 210 | ||
211 | # ocsp_test | ||
212 | if ENABLE_EXTRATESTS | ||
213 | TESTS += ocsptest.sh | ||
214 | check_PROGRAMS += ocsp_test | ||
215 | ocsp_test_SOURCES = ocsp_test.c | ||
216 | EXTRA_DIST += ocsptest.sh | ||
217 | endif | ||
218 | |||
211 | # optionstest | 219 | # optionstest |
212 | TESTS += optionstest | 220 | TESTS += optionstest |
213 | check_PROGRAMS += optionstest | 221 | check_PROGRAMS += optionstest |