build base64_test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10014 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-05-29 09:48:20 +00:00
parent 12d4027fd4
commit 7fdf9c4cba

View File

@@ -18,7 +18,8 @@ nodist_make_roken_SOURCES = make-roken.c
check_PROGRAMS = parse_bytes-test \
strpftime-test \
getaddrinfo-test
getaddrinfo-test \
base64-test
TESTS = $(check_PROGRAMS)
@@ -29,6 +30,7 @@ common_LDADD = libroken.la $(LIB_crypt)
strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c
##snprintf_test_SOURCES = snprintf-test.c snprintf.c
##snprintf_test_LDADD = $(common_LDADD) -lm
base64_test_LDADD = $(common_LDADD)
getaddrinfo_test_LDADD = $(common_LDADD)
parse_bytes_test_LDADD = $(common_LDADD)