diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a608d31..b17f1ef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -503,7 +503,7 @@ poly1305test_SOURCES = poly1305test.c | |||
503 | 503 | ||
504 | # policy | 504 | # policy |
505 | TESTS += policy | 505 | TESTS += policy |
506 | check_program += policy | 506 | check_PROGRAMS += policy |
507 | policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" | 507 | policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" |
508 | policy_SOURCES = policy.c | 508 | policy_SOURCES = policy.c |
509 | EXTRA_DIST += policy_intermediate.pem | 509 | EXTRA_DIST += policy_intermediate.pem |