From 62b87e57a7f7042d27fe0a80b9194aeae0c14a50 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Sun, 12 Jun 2016 20:52:22 +0200 Subject: add tests for key generation --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d13e662..8264db3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ lib_LTLIBRARIES = \ libbrandt.la libbrandt_la_SOURCES = \ + brandt.c \ crypto.c \ util.c @@ -13,3 +14,11 @@ libbrandt_la_LIBADD = \ libbrandt_la_LDFLAGS = \ -version-info 0:0:0 + +check_PROGRAMS = \ + test_crypto + +test_crypto_SOURCES = test_crypto.c +test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error + +TESTS = $(check_PROGRAMS) -- cgit v1.2.3