From f85f3905670d5d760351b97c15e3a28aaaeba5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 19:02:48 +0000 Subject: [PATCH] add test_query to TESTS, fix dependency on hxtool sources on hxtool-commands.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15786 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index e1675fda1..0943b57da 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -48,8 +48,9 @@ hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC) hxtool_SOURCES = \ hxtool.c \ - hxtool-commands.c \ - hxtool-commands.h + hxtool-commands.c + +$(hxtool_SOURCES): hxtool-commands.h hxtool_CPPFLAGS = $(INCLUDE_des) hxtool_LDADD = libhx509.la $(LIB_roken) ../sl/libsl.la $(LIB_des) @@ -61,12 +62,11 @@ CLEANFILES = hx509_err.c hx509_err.h $(TESTS) \ hxtool-commands.c hxtool-commands.h *.tmp - # # regression tests # -TESTS = test_chain test_cms +TESTS = test_chain test_cms test_query do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' @@ -79,3 +79,8 @@ test_cms: test_cms.in Makefile $(do_subst) < $(srcdir)/test_cms.in > test_cms.tmp chmod +x test_cms.tmp mv test_cms.tmp test_cms + +test_query: test_query.in Makefile + $(do_subst) < $(srcdir)/test_query.in > test_query.tmp + chmod +x test_query.tmp + mv test_query.tmp test_query