diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2017-02-14 13:36:54 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2017-02-14 13:36:54 +0100 |
commit | 0ba069aeaed8fb8e8e888b586cbc03bd7402daf3 (patch) | |
tree | 1ea1b30c78481fa9b82dc22efabc15a8937bb418 /Makefile.am | |
parent | 1b29de8ebed6a619d840f0e11cf010ff79683b00 (diff) |
add benchmarking tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 = \ libbrandt_la_LDFLAGS = \ -version-info 0:0:0 +noinst_PROGRAMS = \ + bench + +bench_SOURCES = bench.c +bench_LDADD = libbrandt.la -lgcrypt -lgpg-error -lgnunetutil + check_PROGRAMS = \ test_crypto \ test_brandt |