From 6a92ddefed04bccf16b0a64fc7ab137187d5d572 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 28 Apr 2015 16:12:13 +0200 Subject: tests: key generation test was moved to main checks This will allow to catch memory leaks with valgrind. --- tests/slow/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/slow/Makefile.am') diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am index e897fca6fc..7aba4f836e 100644 --- a/tests/slow/Makefile.am +++ b/tests/slow/Makefile.am @@ -38,7 +38,7 @@ else cipher_test_CPPFLAGS = $(AM_CPPFLAGS) endif -ctests = gendh keygen +ctests = gendh if ENABLE_NETTLE cipher_override_LDFLAGS = $(NETTLE_LIBS) $(HOGWEED_LIBS) $(GMP_LIBS) $(LDADD) -- cgit v1.2.1