forked from milc-qcd/milc_qcd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMake_test
41 lines (30 loc) · 914 Bytes
/
Make_test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Makefile for testing code by comparing test output with sample output
# For ks_imp_utilities
#------------------------------------------------------------
# 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_rmd \
su3_rmd_eos \
su3_rmd_susc \
su3_spectrum \
su3_hybrids \
su3_rmd_dblstore_gath13_fewsums \
su3_rmd_plaq_fat7naik \
su3_rmd1 \
su3_spectrum1 \
su3_hybrids1 \
su3_rmd_plaq_fat7naik1 \
su3_rmd_naive
PRECLIST = 1 2
PATTERNS = WARMUPS RUNNING
include ../Make_test_template
check: test
clean: test_clean