mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 05:07:05 +01:00
building tests depends on building the library at the top level
This commit is contained in:
@ -3,7 +3,7 @@ SUBDIRS = lib benchmarks tests
|
||||
|
||||
.PHONY: tests
|
||||
|
||||
tests:
|
||||
tests: all
|
||||
$(MAKE) -C tests tests
|
||||
|
||||
AM_CXXFLAGS += -I$(top_builddir)/include
|
||||
|
Reference in New Issue
Block a user