From 08035cd8a03ca752d96ea8e5407c51e46e768f3d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 3 Sep 2002 21:37:33 +0000 Subject: [PATCH] (parse_reply-test): add git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11355 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index c0ce96f01..2c8ac315a 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -17,6 +17,7 @@ check_PROGRAMS = \ base64-test \ getaddrinfo-test \ parse_bytes-test \ + parse_reply-test \ snprintf-test \ strpftime-test @@ -29,6 +30,9 @@ noinst_LTLIBRARIES = libtest.la libtest_la_SOURCES = strftime.c strptime.c snprintf.c libtest_la_CFLAGS = -DTEST_SNPRINTF +parse_reply_test_SOURCES = parse_reply-test.c resolve.c +parse_reply_test_CFLAGS = -DTEST_RESOLVE + strpftime_test_SOURCES = strpftime-test.c strpftime_test_LDADD = libtest.la $(LDADD) snprintf_test_SOURCES = snprintf-test.c