From 9e46318a03eaf3aa34e870234599804f80686746 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jan 2011 16:13:58 +0100 Subject: unittest: verify curl_strequal --- 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 07d13188b..adfcc4420 100644 --- a/tests/unit/Makefile.inc +++ b/tests/unit/Makefile.inc @@ -3,6 +3,7 @@ UNITFILES = curlcheck.h # These are all unit test programs -noinst_PROGRAMS = unit1300 +noinst_PROGRAMS = unit1300 unit1301 unit1300_SOURCES = unit1300.c $(UNITFILES) +unit1301_SOURCES = unit1301.c $(UNITFILES) -- cgit v1.2.3