~ubuntu-multiseat/ubuntu/saucy/unity-greeter/bug1201122

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Tags: upstream-12.10.3
ImportĀ upstreamĀ versionĀ 12.10.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-
 
2
 
 
3
check_PROGRAMS = unity-greeter-test
 
4
 
 
5
check: unity-greeter-test
 
6
        . xvfb-run dbus-launch ./unity-greeter-test
 
7
 
 
8
unity_greeter_test_SOURCES = \
 
9
        test.vala \
 
10
        test-list.vala \
 
11
        test-main-window.vala \
 
12
        menubar.vala \
 
13
        unity-greeter.vala \
 
14
        ../src/user-list.vala \
 
15
        ../src/greeter-list.vala \
 
16
        ../src/remote-login-service.vala \
 
17
        ../src/background.vala \
 
18
        ../src/email-autocompleter.vala \
 
19
        ../src/config.vapi \
 
20
        ../src/fixes.vapi \
 
21
        ../src/animate-timer.vala \
 
22
        ../src/indicator.vapi \
 
23
        ../src/fadable.vala \
 
24
        ../src/fadable-box.vala \
 
25
        ../src/dash-box.vala \
 
26
        ../src/user-prompt-box.vala \
 
27
        ../src/fading-label.vala \
 
28
        ../src/cached-image.vala \
 
29
        ../src/dash-entry.vala \
 
30
        ../src/dash-button.vala \
 
31
        ../src/prompt-box.vala \
 
32
        ../src/session-list.vala \
 
33
        ../src/main-window.vala \
 
34
        ../src/list-stack.vala \
 
35
        ../src/settings.vala
 
36
 
 
37
 
 
38
unity_greeter_test_CFLAGS = \
 
39
        $(UNITY_GREETER_CFLAGS) \
 
40
        $(WARN_CFLAGS) \
 
41
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
42
        -DLOCALEDIR=\""$(localedir)"\" \
 
43
        -DVERSION=\"$(VERSION)\" \
 
44
        -DCONFIG_FILE=\""$(sysconfdir)/lightdm/unity-greeter.conf"\" \
 
45
        -DPKGDATADIR=\""$(pkgdatadir)"\" \
 
46
        -DINDICATORDIR=\""$(INDICATORDIR)"\"
 
47
 
 
48
unity_greeter_test_VALAFLAGS = \
 
49
        --pkg posix \
 
50
        --pkg gtk+-3.0 \
 
51
        --pkg gdk-x11-3.0 \
 
52
        --pkg gio-unix-2.0 \
 
53
        --pkg x11 \
 
54
        --pkg liblightdm-gobject-1 \
 
55
        --pkg libcanberra \
 
56
        --pkg gio-2.0 \
 
57
        --target-glib 2.32
 
58
 
 
59
unity_greeter_test_LDADD = \
 
60
        $(UNITY_GREETER_LIBS)
 
61
 
 
62
DISTCLEANFILES = \
 
63
        Makefile.in