From f6e1a5b348a107e58e8bb9a94a2323047630a473 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Tue, 8 Nov 2016 14:08:33 +0000 Subject: [PATCH] building tests depends on building the library at the top level --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2606b88c..18b3ddc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = lib benchmarks tests .PHONY: tests -tests: +tests: all $(MAKE) -C tests tests AM_CXXFLAGS += -I$(top_builddir)/include