From 0029b2f0423b4a89e7e5ba79b3359868ef6ad0ba Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jan 2011 23:10:45 +0100 Subject: unittest: 1303 tests Curl_timeleft I came up with 33 different ways to call it and verify that it returns the correct return code. --- tests/unit/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/Makefile.inc') diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc index e56279049..0db217d86 100644 --- a/tests/unit/Makefile.inc +++ b/tests/unit/Makefile.inc @@ -3,8 +3,9 @@ UNITFILES = curlcheck.h # These are all unit test programs -noinst_PROGRAMS = unit1300 unit1301 unit1302 +noinst_PROGRAMS = unit1300 unit1301 unit1302 unit1303 unit1300_SOURCES = unit1300.c $(UNITFILES) unit1301_SOURCES = unit1301.c $(UNITFILES) unit1302_SOURCES = unit1302.c $(UNITFILES) +unit1303_SOURCES = unit1303.c $(UNITFILES) -- cgit v1.2.3