1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

building tests depends on building the library at the top level

This commit is contained in:
Antonin Portelli 2016-11-08 14:08:33 +00:00
parent c5a025d421
commit f6e1a5b348

View File

@ -3,7 +3,7 @@ SUBDIRS = lib benchmarks tests
.PHONY: tests .PHONY: tests
tests: tests: all
$(MAKE) -C tests tests $(MAKE) -C tests tests
AM_CXXFLAGS += -I$(top_builddir)/include AM_CXXFLAGS += -I$(top_builddir)/include