add snprintf_test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10252 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-07-02 23:53:30 +00:00
parent c5440e8451
commit f6fb978588

View File

@@ -12,14 +12,16 @@ CLEANFILES = roken.h make-roken.c $(XHEADERS)
lib_LTLIBRARIES = libroken.la lib_LTLIBRARIES = libroken.la
libroken_la_LDFLAGS = -version-info 12:0:3 libroken_la_LDFLAGS = -version-info 12:0:3
noinst_PROGRAMS = make-roken noinst_PROGRAMS = make-roken snprintf-test
nodist_make_roken_SOURCES = make-roken.c nodist_make_roken_SOURCES = make-roken.c
check_PROGRAMS = parse_bytes-test \ check_PROGRAMS = \
strpftime-test \ base64-test \
getaddrinfo-test \ getaddrinfo-test \
base64-test parse_bytes-test \
snprintf-test \
strpftime-test
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)
@@ -27,12 +29,13 @@ LIB_crypt = @LIB_crypt@
common_LDADD = libroken.la $(LIB_crypt) 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 base64_test_LDADD = $(common_LDADD)
##snprintf_test_LDADD = $(common_LDADD) -lm getaddrinfo_test_LDADD = $(common_LDADD)
base64_test_LDADD = $(common_LDADD) parse_bytes_test_LDADD = $(common_LDADD)
getaddrinfo_test_LDADD = $(common_LDADD) snprintf_test_SOURCES = snprintf-test.c snprintf.c
parse_bytes_test_LDADD = $(common_LDADD) snprintf_test_CFLAGS = -DTEST_SNPRINTF
snprintf_test_LDADD = $(common_LDADD)
libroken_la_SOURCES = \ libroken_la_SOURCES = \
base64.c \ base64.c \