~vorlon/ubuntu/precise/libnih/multiarch

« back to all changes in this revision

Viewing changes to nih-dbus/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-11-18 10:59:38 UTC
  • Revision ID: james.westby@ubuntu.com-20101118105938-geoyt3r7f38xbqdp
Tags: 1.0.2-1ubuntu3
Disable some tests on ppc64 to build an initial package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
TESTS = \
60
60
        test_dbus_error \
61
 
        test_dbus_connection \
 
61
        $(if $(filter powerpc64, $(host_cpu)),,test_dbus_connection) \
62
62
        test_dbus_message \
63
63
        test_dbus_object \
64
64
        test_dbus_pending_data \