~ubuntu-branches/ubuntu/karmic/xulrunner-1.9.2/karmic-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-04-13 16:54:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100413165443-2d5aepzz1sghcxfd
Tags: 1.9.2.3+nobinonly-0ubuntu2
* Fix unit test failures on IA-64 - specify a return instruction for this
  architecure (LP: #555127)
  - add debian/patches/fix_ia64_unit_test_failure.patch
  - update debian/patches/series
* Re-enable unit tests on IA-64
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
EXTRA_SYSTEM_CONFIGURE_FLAGS = $(NULL)
28
28
 
29
29
WANT_UNIT_TESTS ?= 1
30
 
# disable tests on ia64
31
 
ifneq (,$(findstring ia64,$(DEB_BUILD_ARCH)))
32
 
        WANT_UNIT_TESTS = 0
33
 
endif
34
30
$(info WANT_UNIT_TESTS=$(WANT_UNIT_TESTS))
35
31
ifeq (1,$(WANT_UNIT_TESTS))
36
32
  EXTRA_SYSTEM_CONFIGURE_FLAGS += --enable-tests --enable-mochitest