build base64_test
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10014 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -18,7 +18,8 @@ nodist_make_roken_SOURCES = make-roken.c
|
|||||||
|
|
||||||
check_PROGRAMS = parse_bytes-test \
|
check_PROGRAMS = parse_bytes-test \
|
||||||
strpftime-test \
|
strpftime-test \
|
||||||
getaddrinfo-test
|
getaddrinfo-test \
|
||||||
|
base64-test
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
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
|
strpftime_test_SOURCES = strpftime-test.c strftime.c strptime.c snprintf.c
|
||||||
##snprintf_test_SOURCES = snprintf-test.c snprintf.c
|
##snprintf_test_SOURCES = snprintf-test.c snprintf.c
|
||||||
##snprintf_test_LDADD = $(common_LDADD) -lm
|
##snprintf_test_LDADD = $(common_LDADD) -lm
|
||||||
|
base64_test_LDADD = $(common_LDADD)
|
||||||
getaddrinfo_test_LDADD = $(common_LDADD)
|
getaddrinfo_test_LDADD = $(common_LDADD)
|
||||||
parse_bytes_test_LDADD = $(common_LDADD)
|
parse_bytes_test_LDADD = $(common_LDADD)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user