mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 21:25:56 +01:00
Adding support for parallel recursive compilation for the tests
This commit is contained in:
parent
96ba42a297
commit
afc8d3e524
@ -4,7 +4,7 @@ SUBDIRS = lib benchmarks tests
|
|||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
make -C tests tests
|
$(MAKE) -C tests tests
|
||||||
|
|
||||||
AM_CXXFLAGS += -I$(top_builddir)/include
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
@ -9,4 +9,4 @@ endif
|
|||||||
include Make.inc
|
include Make.inc
|
||||||
|
|
||||||
subtests:
|
subtests:
|
||||||
for d in $(SUBDIRS); do make -C $${d} tests; done
|
for d in $(SUBDIRS); do $(MAKE) -C $${d} tests; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user