~robertcarr/libunity-webapps/flush-settings

« back to all changes in this revision

Viewing changes to tests/context-daemon/Makefile.am

  • Committer: Maxim Ermilov
  • Date: 2012-09-20 10:47:35 UTC
  • Revision ID: maxim.ermilov@canonical.com-20120920104735-cv8x7bh4p6dgzrwg
fix test

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        $(UNITY_WEBAPPS_CFLAGS) \
7
7
        $(UNITY_WEBAPPS_DAEMON_CFLAGS) \
8
8
        -DUNITY_WEBAPPS_ENABLE_DEBUG \
 
9
        -DTEST_SRCDIR=\"`readlink -f $(srcdir)`\" \
9
10
        -I$(top_srcdir)/src/ \
10
11
        -I$(top_srcdir)/src/context-daemon \
11
12
        -I$(top_srcdir)/src/context-daemon/resource-cache \
34
35
        @echo "#!/bin/sh" > $@
35
36
        @echo export G_DEBUG=fatal_criticals >> $@
36
37
        @echo xvfb-run $(DBUS_RUNNER) --task ./test-application-info >> $@
 
38
        @echo rm -Rf test-output-files >> $@
37
39
        @chmod +x $@
38
40
 
39
41
test_application_info_SOURCES = \
120
122
        $(UNITY_WEBAPPS_DAEMON_LIBS) \
121
123
        $(UNITY_WEBAPPS_COVERAGE_LDFLAGS) 
122
124
 
123
 
 
124
125
lcov:
125
126
        lcov -t 'Profile report' -o uwa.info -c -d .
126
127
        genhtml -o uwa uwa.info