From 176ec5138277fcda592fa604e499dfd6819eece9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Jun 2017 09:31:37 +0200 Subject: test1521: test getinfo's OFF_T types too Closes #1588 --- tests/libtest/mk-lib1521.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/libtest/mk-lib1521.pl') diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl index 87b2f3092..95c7135db 100644 --- a/tests/libtest/mk-lib1521.pl +++ b/tests/libtest/mk-lib1521.pl @@ -149,6 +149,7 @@ int test(char *URL) struct data object; char *charp; long val; + curl_off_t oval; double dval; curl_socket_t sockfd; struct curl_certinfo *certinfo; @@ -255,6 +256,9 @@ while() { elsif($type eq "LONG") { print "$c &val);\n$check"; } + elsif($type eq "OFF_T") { + print "$c &oval);\n$check"; + } elsif($type eq "DOUBLE") { print "$c &dval);\n$check"; } -- cgit v1.2.3