~ubuntu-branches/ubuntu/natty/libxslt/natty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-19 13:15:06 UTC
  • mfrom: (9.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100119131506-cp3debjmuhm12lzi
Tags: 1.1.26-1ubuntu1
Merge with Debian; remaining changes:
Build a python-libxslt1-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
tests: dummy
48
48
        @echo '## Running the regression test suite'
49
49
        @(cd tests ; $(MAKE) MAKEFLAGS+=--silent tests)
 
50
        @(cd xsltproc ; $(MAKE) MAKEFLAGS+=--silent tests)
50
51
        @(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; $(MAKE) MAKEFLAGS+=--silent tests ; fi)
51
52
 
52
53
valgrind:
53
54
        @echo '## Running the regression tests under Valgrind'
54
55
        @echo '## Go get a cup of coffee it is gonna take a while ...'
55
56
        @(cd tests ; $(MAKE) CHECKER='valgrind -q' tests)
 
57
        @(cd xsltproc ; $(MAKE) CHECKER='valgrind -q' tests)
56
58
 
57
59
cleanup:
58
60
        -@(find . -name .\#\* -exec rm {} \;)