From a035fc10768bf48d096a33d0748e679e5a3e2540 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 12 Mar 2016 23:07:37 +0100 Subject: Add possibility to compare against libtommath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bench/benchmark.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bench/benchmark.c') diff --git a/bench/benchmark.c b/bench/benchmark.c index 7d062a6..7b987e2 100644 --- a/bench/benchmark.c +++ b/bench/benchmark.c @@ -1,7 +1,11 @@ #include #include -#include "../zahl.h" +#ifdef BENCHMARK_LIB +# include BENCHMARK_LIB +#else +# include "../zahl.h" +#endif #ifndef CLOCK_MONOTONIC_RAW -- cgit v1.2.3-70-g09d2