diff options
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 |