From c14c53a3645d81281058d4bb4cff24fa8d6faf33 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 6 Jul 2004 12:57:17 +0000 Subject: Load /tmp/tmp.DIvcnD/libxml2-2.6.11 into packages/libxml2/branches/upstream/current. --- doc/examples/index.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples/index.py') diff --git a/doc/examples/index.py b/doc/examples/index.py index 466cfc9..944c181 100755 --- a/doc/examples/index.py +++ b/doc/examples/index.py @@ -251,6 +251,7 @@ install-data-local: example, example) Makefile = Makefile + "valgrind: \n\t$(MAKE) CHECKER='valgrind -q' tests\n\n" Makefile = Makefile + "tests: $(noinst_PROGRAMS)\n" + Makefile = Makefile + "\t@(echo '## examples regression tests')\n" Makefile = Makefile + "\t@(echo > .memdump)\n" for test in tests: Makefile = Makefile + "\t@($(CHECKER) %s)\n" % (test) -- cgit v1.2.3