Skip to content

Commit 8427418

Browse files
jvdp1awvwgk
authored andcommitted
Moved test mean
1 parent 703239e commit 8427418

File tree

4 files changed

+403
-143
lines changed

4 files changed

+403
-143
lines changed

src/tests/stats/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Create a list of the files to be preprocessed
44
set(fppFiles
5+
test_mean.fypp
56
test_median.fypp
67
)
78

src/tests/stats/common.fypp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
#! Collected (kind, type) tuples for real types
1010
#:set REAL_KINDS_TYPES = list(zip(REAL_KINDS, REAL_TYPES))
1111

12+
#! Complex kinds to be considered during templating
13+
#:set CMPLX_KINDS = ["sp", "dp", "qp"]
14+
15+
#! Complex types to be considered during templating
16+
#:set CMPLX_TYPES = ["complex({})".format(k) for k in CMPLX_KINDS]
17+
18+
#! Collected (kind, type) tuples for complex types
19+
#:set CMPLX_KINDS_TYPES = list(zip(CMPLX_KINDS, CMPLX_TYPES))
20+
1221
#! Integer kinds to be considered during templating
1322
#:set INT_KINDS = ["int8", "int16", "int32", "int64"]
1423

src/tests/stats/test_mean.f90

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)