diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-16 20:58:20 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-16 20:58:20 +0200 |
commit | fe7b13889217f4268d87d3712cb9ffe265e6a4e2 (patch) | |
tree | 59a17a13bdd9f22281bb0a59d8056675814a0cfd /Makefile.am | |
parent | 01c2b8d710ff5a526d1ae2ed2a7fafdec0b1f973 (diff) |
some stuff
- finish BRANDT_destroy()
- fix include mess related to platform.h and brandt_config.h
- add first brandt.c testcase
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c23bec4..977a4d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,9 +16,13 @@ libbrandt_la_LDFLAGS = \ -version-info 0:0:0 check_PROGRAMS = \ - test_crypto + test_crypto \ + test_brandt test_crypto_SOURCES = test_crypto.c test_crypto_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil +test_brandt_SOURCES = test_brandt.c +test_brandt_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil + TESTS = $(check_PROGRAMS) |