mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 08:46:55 +01:00
Adding support for parallel recursive compilation for the tests
This commit is contained in:
@ -4,7 +4,7 @@ SUBDIRS = lib benchmarks tests
|
||||
.PHONY: tests
|
||||
|
||||
tests:
|
||||
make -C tests tests
|
||||
$(MAKE) -C tests tests
|
||||
|
||||
AM_CXXFLAGS += -I$(top_builddir)/include
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
Reference in New Issue
Block a user