mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 16:56:55 +01:00
Better check and benchmark driving
This commit is contained in:
@ -1,12 +1,17 @@
|
||||
SUBDIRS = core forces hmc solver debug smearing IO
|
||||
SUBDIRS = . core forces hmc solver debug smearing
|
||||
|
||||
if BUILD_CHROMA_REGRESSION
|
||||
SUBDIRS+= qdpxx
|
||||
endif
|
||||
|
||||
.PHONY: subtests
|
||||
|
||||
include Make.inc
|
||||
|
||||
subtests:
|
||||
for d in $(SUBDIRS); do $(MAKE) -C $${d} tests; done
|
||||
check-local: all
|
||||
./Test_simd
|
||||
./Test_cshift
|
||||
./Test_stencil
|
||||
./Test_cayley_even_odd_vec
|
||||
./Test_dwf_mixedcg_prec
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user