# Makefile for testing code by comparing test output with sample output
# For gluon_prop

#------------------------------------------------------------
# Examples:

#    make -f Make_test check
# or, for a specific project or projects
#    make -f Make_test "PROJS=su3_rmd" check

# Edit the Makefile for the appropriate architecture and the file
# ../Make_test_template to select the appropriate LAUNCH.

# Results are in the files out.test.diff.*
#------------------------------------------------------------

# For comparing test output with sample output

PROJS = \
   su3_asqtad_quark_prop\
   su3_asqtad_renorm

PRECLIST = 1 2

PATTERNS = "CHECK PLAQ" RUNNING

include ../Make_test_template

check: test

clean: test_clean
