From 3c5f0607c46ec59135cdc34bd5961a69ccec7091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 11 Sep 2004 20:42:57 +0000 Subject: [PATCH] add resolve-test git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14214 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index c61ec5120..2cb4ab375 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -19,7 +19,8 @@ check_PROGRAMS = \ parse_bytes-test \ parse_reply-test \ snprintf-test \ - strpftime-test + strpftime-test \ + resolve-test TESTS = $(check_PROGRAMS) @@ -39,6 +40,8 @@ snprintf_test_SOURCES = snprintf-test.c snprintf_test_LDADD = libtest.la $(LDADD) snprintf_test_CFLAGS = -DTEST_SNPRINTF +resolve_test_SOURCES = resolve-test.c + libroken_la_SOURCES = \ base64.c \ bswap.c \