diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-04-10 12:13:31 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-04-10 12:13:31 +0900 |
commit | b2c59887a2eeb74d331e3321e0de9e154cb8be13 (patch) | |
tree | 484cca09b6c3204e1889339d8ff6e74b01e2d745 /tests/Makefile.am | |
parent | b52dc3d9b292f4f644d7506a2d62df11f2a6e269 (diff) | |
download | portable-b2c59887a2eeb74d331e3321e0de9e154cb8be13.tar.gz portable-b2c59887a2eeb74d331e3321e0de9e154cb8be13.tar.bz2 portable-b2c59887a2eeb74d331e3321e0de9e154cb8be13.zip |
Add regress objectstest
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e58c0c0..6c88c90 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -354,6 +354,11 @@ TESTS += mont | |||
354 | check_PROGRAMS += mont | 354 | check_PROGRAMS += mont |
355 | mont_SOURCES = mont.c | 355 | mont_SOURCES = mont.c |
356 | 356 | ||
357 | # objectstest | ||
358 | TESTS += objectstest | ||
359 | check_PROGRAMS += objectstest | ||
360 | objectstest_SOURCES = objectstest.c | ||
361 | |||
357 | # ocsp_test | 362 | # ocsp_test |
358 | if ENABLE_EXTRATESTS | 363 | if ENABLE_EXTRATESTS |
359 | TESTS += ocsptest.sh | 364 | TESTS += ocsptest.sh |