File: Makefile.am

package info (click to toggle)
cdo 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,836 kB
  • sloc: cpp: 185,271; ansic: 95,766; sh: 7,192; f90: 6,147; makefile: 1,977; ruby: 1,078; csh: 1,028; python: 995; fortran: 319; pascal: 219; perl: 9
file content (132 lines) | stat: -rw-r--r-- 2,779 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
export

# COLOR ALWAYS also if no color capable terminal detected
#     this is needed i.e. to run the tests via a oneline ssh cmd:
#     ssh host '... make check'
AM_COLOR_TESTS=always

TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
                  $(top_srcdir)/config/tap-driver.sh

TESTS =\
        cdoTest.py\
        CDI_cache.py.test\
        CDO_test.py.test\
        Adisit.py.test\
		Afterburner.py.test\
		Arith.py.test\
		Arithc.py.test\
        Arith_extra.py.test\
        Cat.py.test\
	    Change.py.test\
		CMOR.py.test\
		Collgrid.py.test\
		Comp.py.test\
		Compc.py.test\
		Cond.py.test\
		Cond2.py.test\
		Condc.py.test\
		Consecstat.py.test\
		Copy_netcdf.py.test\
		Dayarith.py.test\
		Detrend.py.test\
		EOF.py.test\
		EOFcoeff.py.test\
		Eca.py.test\
		Enspctl.py.test\
		Ensstat.py.test\
		Ensstat2.py.test\
		Etccdi.py.test\
		Etccdi2.py.test\
		Expr.py.test\
		Extra.py.test\
		File.py.test\
		Filter.py.test\
		Fldpctl.py.test\
		Fldstat.py.test\
		Fldstat2.py.test\
		Genweights.py.test\
		Gradsdes.py.test\
		Gridarea.py.test\
		Gridboxstat.py.test\
        Importcmsaf.py.test\
		Intgrid.py.test\
		Inttime.py.test\
		Intyear.py.test\
		Isosurface.py.test\
		Maggraph.py.test\
		Magplot.py.test\
		Magvector.py.test\
		MapReduce.py.test\
		Maskregion.py.test\
		Math.py.test\
		Merge.py.test\
		Mergetime.py.test\
		Merstat.py.test\
		Merstat.py.test\
		Monarith.py.test\
		Multiyearstat.py.test\
		Ninfo.py.test\
		Pack.py.test\
		Percentile.py.test\
		Read_grib.py.test\
		Read_netcdf.py.test\
		Remap.py.test\
		Remap_noweights.py.test\
		Remap2.py.test\
		Remap3.py.test\
		Remap4.py.test\
		Remap_global_5_grid.py.test\
		Remap_gme.py.test\
		Remap_healpix.py.test\
		Remap_small.py.test\
		Remap_knn.py.test\
		Remap_extra.py.test\
		Remap_extra_file.py.test\
		Remap_extra_file2.py.test\
		Remapeta.py.test\
		Remapstat.py.test\
		Runpctl.py.test\
		Runstat.py.test\
		Seasstat.py.test\
		Select.py.test\
		Selregion.py.test\
		Setmiss.py.test\
		Smooth.py.test\
		Spectral.py.test\
		Split.py.test\
		Splittime.py.test\
		Timcumsum.py.test\
		Timfillmiss.py.test\
		Timpctl.py.test\
		Timselpctl.py.test\
		Timselstat.py.test\
		Timstat.py.test\
		Timstat2.py.test\
		Timstat3.py.test\
		Varsstat.py.test\
		Vertfillmiss.py.test\
		Vertint.py.test\
		Vertstat.py.test\
		Wind.py.test\
		Ydayarith.py.test\
		Ydrunpctl.py.test\
		Ydrunstat.py.test\
		Yeararith.py.test\
		Yearmonstat.py.test\
		Ymonarith.py.test\
		Zonstat.py.test\
		threads.py.test\
		tsformat.py.test\
		userInput.py.test\
		wildcard.py.test\
	    cdoReturnValues.py.test

INTERNAL_TESTS=Vargen.py.test
TESTS+=$(INTERNAL_TESTS)


CDO        = $(top_builddir)/src/cdo
DATAPATH   = $(top_srcdir)/test/data

CLEANFILES = `ls  cerr* cout* ifile* ofile* __pycache__/*`