From 0ba069aeaed8fb8e8e888b586cbc03bd7402daf3 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 14 Feb 2017 13:36:54 +0100 Subject: add benchmarking tool --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3