From 3104802101541d88b0a02687640a3da757fc7198 Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 24 May 2014 16:23:41 +0800 Subject: [PATCH] TESTS += benchmark --- tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d0a696..a7b1c09 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,9 +30,8 @@ AM_LDFLAGS += $(GVC_DEPS_LIBS) endif -benchmark_PROGRAMS = benchmark +TESTS += benchmark benchmark_SOURCES = bench.c -benchmarkdir = tests