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