~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-04 10:37:29 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20130104103729-ydal31wfuhirb8zb
Tags: upstream-13.04.0
ImportĀ upstreamĀ versionĀ 13.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
check_PROGRAMS = unity-greeter-test
4
4
 
5
5
check: unity-greeter-test
6
 
        . xvfb-run dbus-launch ./unity-greeter-test
 
6
        top_srcdir=$(top_srcdir) . xvfb-run ./unity-greeter-test
7
7
 
8
8
unity_greeter_test_SOURCES = \
9
9
        test.vala \
11
11
        test-main-window.vala \
12
12
        menubar.vala \
13
13
        unity-greeter.vala \
 
14
        ../src/flat-button.vala \
 
15
        ../src/toggle-box.vala \
14
16
        ../src/user-list.vala \
15
17
        ../src/greeter-list.vala \
16
18
        ../src/remote-login-service.vala \