Skip to content

Commit 44ecace

Browse files
committed
include xdp test to testsuite
1 parent 03b4d60 commit 44ecace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/string/test_string_to_number.fypp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ contains
1717
new_unittest("to_dp", test_to_dp) &
1818
#:if WITH_QP
1919
, new_unittest("to_qp", test_to_qp) &
20+
#:endif
21+
#:if WITH_XDP
22+
, new_unittest("to_xdp", test_to_xdp) &
2023
#:endif
2124
]
2225
end subroutine collect_string_to_number

0 commit comments

Comments
 (0)