~ubuntu-branches/ubuntu/oneiric/dbus/oneiric-security

« back to all changes in this revision

Viewing changes to test/name-test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-01-16 11:03:53 UTC
  • mto: (1.4.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: james.westby@ubuntu.com-20090116110353-t0d2ltjv3ehivz5x
Tags: upstream-1.2.12
ImportĀ upstreamĀ versionĀ 1.2.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## TESTS
6
6
if DBUS_BUILD_TESTS
7
7
TESTS_ENVIRONMENT=DBUS_TOP_BUILDDIR=@abs_top_builddir@ DBUS_TOP_SRCDIR=@abs_top_srcdir@
8
 
TESTS=run-test.sh
 
8
TESTS=run-test.sh run-test-systemserver.sh
9
9
else
10
10
TESTS=
11
11
endif
12
12
 
13
 
EXTRA_DIST=run-test.sh 
 
13
EXTRA_DIST=run-test.sh run-test-systemserver.sh test-wait-for-echo.py
14
14
 
15
15
if DBUS_BUILD_TESTS
16
16