aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-04 16:13:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-04 16:13:58 +0100
commit9e46318a03eaf3aa34e870234599804f80686746 (patch)
treec2316316dc65f4cd3b058bc65336f516855a83e4 /tests/unit/Makefile.inc
parentc0c89cd44ed30385017d585df6429471f6b89617 (diff)
unittest: verify curl_strequal
Diffstat (limited to 'tests/unit/Makefile.inc')
-rw-r--r--tests/unit/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
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)