1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

homemade test recusrive target for old autotools versions

This commit is contained in:
2016-11-04 22:32:25 +00:00
parent 8af8b047fd
commit 7df940dc3e
5 changed files with 21 additions and 6 deletions

View File

@ -4,4 +4,9 @@ if BUILD_CHROMA_REGRESSION
SUBDIRS+= qdpxx
endif
.PHONY: subtests
include Make.inc
subtests:
for d in $(SUBDIRS); do make -C $${d} tests; done