~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to tests/exslt/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2012-10-03 00:22:53 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121003002253-e6cjjwgepg5emub1
Tags: 1.1.27-1
* New upstream release (Closes: #448205, #683353)
* debian/rules:
  + Add hardening flags for dbg package in LDFLAGS (Closes: #681163)
* debian/control:
  - std-ver: 3.9.3 -> 3.9.4, no change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
SUBDIRS=common functions math sets strings dynamic date
4
4
 
5
 
all:
6
 
 
7
5
test tests:
8
6
        @(cur=`pwd` ; for dir in $(SUBDIRS) ; do cd $$dir ; $(MAKE) CHECKER='$(CHECKER)' tests ; cd $$cur ; done)
9
7