aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 604fdab..5f3b102 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -430,6 +430,11 @@ TESTS += ed25519test
430check_PROGRAMS += ed25519test 430check_PROGRAMS += ed25519test
431ed25519test_SOURCES = ed25519test.c 431ed25519test_SOURCES = ed25519test.c
432 432
433# err_test
434TESTS += err_test
435check_PROGRAMS += err_test
436err_test_SOURCES = err_test.c
437
433# evp_ecx_test 438# evp_ecx_test
434TESTS += evp_ecx_test 439TESTS += evp_ecx_test
435check_PROGRAMS += evp_ecx_test 440check_PROGRAMS += evp_ecx_test