We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca52a2 commit 1e9b470Copy full SHA for 1e9b470
test/quadrature/test_simps.fypp
@@ -19,7 +19,9 @@ contains
19
type(unittest_type), allocatable, intent(out) :: testsuite(:)
20
21
testsuite = [ &
22
- new_unittest("simps_sp", test_simps_sp) &
+ #:for k1, t1 in REAL_KINDS_TYPES[0:1] # set the first test independently to initialize the table
23
+ new_unittest("simps_${k1}$", test_simps_sp) &
24
+ #:endfor
25
#:for k1, t1 in REAL_KINDS_TYPES[1:]
26
, new_unittest("simps_${k1}$", test_simps_${k1}$) &
27
#:endfor
0 commit comments