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:
@ -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
|
||||
|
Reference in New Issue
Block a user