Revision b051e00de044bee7a6756b9d51f943fe5189b32d authored by James Richings on 15 May 2022, 23:25:13 UTC, committed by James Richings on 15 May 2022, 23:25:13 UTC
1 parent 0274f40
Raw File
Makefile.am
SUBDIRS = . core forces hmc solver debug smearing IO lanczos

if BUILD_CHROMA_REGRESSION
  SUBDIRS+= qdpxx
endif

include Make.inc

check-local: all
	./Test_simd
	./Test_cshift
	./Test_stencil
	./Test_dwf_mixedcg_prec



back to top