From 310032b05058bfd2e0291459e7a79da1d3b68e69 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 12 Nov 1999 15:33:15 +0000 Subject: [PATCH] add strptime and strpftime-test git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7350 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index e1e47c7f3..01eeca7b9 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -9,10 +9,11 @@ libroken_la_LDFLAGS = -version-info 3:2:0 noinst_PROGRAMS = make-roken make-print-version -check_PROGRAMS = parse_bytes-test -TESTS = parse_bytes-test +check_PROGRAMS = parse_bytes-test strpftime-test +TESTS = $(check_PROGRAMS) parse_bytes_test_LDADD = libroken.la +strpftime_test_LDADD = strftime.o strptime.o if KRB4 if KRB5 @@ -107,6 +108,7 @@ EXTRA_libroken_la_SOURCES = \ strncasecmp.c \ strndup.c \ strnlen.c \ + strptime.c \ strsep.c \ strtok_r.c \ strupr.c \