aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-01-04 16:42:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-01-04 16:42:31 +0100
commit1022e754f4b164e2130639d6d83c8c527d999bde (patch)
tree3693773ca5de4bfdf4c490a6f4bf62fe17dca7ed /tests/unit/Makefile.inc
parent703573c72b134d5389715882ac2057dfbab1d1b7 (diff)
unittest: test base64 encode/decode
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 adfcc4420..e56279049 100644
--- a/tests/unit/Makefile.inc
+++ b/tests/unit/Makefile.inc
@@ -3,7 +3,8 @@
UNITFILES = curlcheck.h
# These are all unit test programs
-noinst_PROGRAMS = unit1300 unit1301
+noinst_PROGRAMS = unit1300 unit1301 unit1302
unit1300_SOURCES = unit1300.c $(UNITFILES)
unit1301_SOURCES = unit1301.c $(UNITFILES)
+unit1302_SOURCES = unit1302.c $(UNITFILES)