Skip to content

Commit 1e9b470

Browse files
committed
set the first test in the table with the 0th index of real_kinds
1 parent 2ca52a2 commit 1e9b470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/quadrature/test_simps.fypp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ contains
1919
type(unittest_type), allocatable, intent(out) :: testsuite(:)
2020

2121
testsuite = [ &
22-
new_unittest("simps_sp", test_simps_sp) &
22+
#: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
2325
#:for k1, t1 in REAL_KINDS_TYPES[1:]
2426
, new_unittest("simps_${k1}$", test_simps_${k1}$) &
2527
#:endfor

0 commit comments

Comments
 (0)