You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2005/04/15 07:41:34 UTC

[PATCH[ make test error #1

fixes

cd t ; make am-all
don't know how to build version.t and related

Index: library/t/Makefile.am
===================================================================
--- library/t/Makefile.am       (revision 161396)
+++ library/t/Makefile.am       (working copy)
@@ -6,7 +6,7 @@
  check_PROGRAMS = version cookie params parsers error util
  LDADD  = libapache_test.a

-check_SCRIPTS = version.t cookie.t params.t parsers.t error.t util.t
+check_SCRIPTS = cookie.c params.c parsers.c error.c util.c
  TESTS = $(check_SCRIPTS)
  TESTS_ENVIRONMENT = @PERL@ -MTest::Harness -e 'runtests(@ARGV)'
  CLEANFILES = $(check_SCRIPTS)


END
------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
	http://www.liquidityservicesinc.com

[PATCH] library/t make test

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Don't delete our source files in make clean!

I'd submit a patch, but the previous one is too close in the file :)

in library/t/Makefile.am
-CLEANFILES = $(check_SCRIPTS)
+CLEANFILES = $(check_PROGRAMS)

-- 
END
------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
	http://www.liquidityservicesinc.com