aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2017-02-14 13:36:54 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2017-02-14 13:36:54 +0100
commit0ba069aeaed8fb8e8e888b586cbc03bd7402daf3 (patch)
tree1ea1b30c78481fa9b82dc22efabc15a8937bb418 /Makefile.am
parent1b29de8ebed6a619d840f0e11cf010ff79683b00 (diff)
downloadlibbrandt-0ba069aeaed8fb8e8e888b586cbc03bd7402daf3.tar.gz
libbrandt-0ba069aeaed8fb8e8e888b586cbc03bd7402daf3.zip
add benchmarking tool
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b4f41d1..d3cd53e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,12 @@ libbrandt_la_LIBADD = \
18libbrandt_la_LDFLAGS = \ 18libbrandt_la_LDFLAGS = \
19 -version-info 0:0:0 19 -version-info 0:0:0
20 20
21noinst_PROGRAMS = \
22 bench
23
24bench_SOURCES = bench.c
25bench_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil
26
21check_PROGRAMS = \ 27check_PROGRAMS = \
22 test_crypto \ 28 test_crypto \
23 test_brandt 29 test_brandt