~indicator-applet-developers/indicator-appmenu/trunk.13.04

« back to all changes in this revision

Viewing changes to tests/Makefile.am

* Upstream Merge
  * GMenuModel menu support

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        -Wall -Werror
44
44
 
45
45
test_distance_LDADD = \
 
46
        ../src/libhud-service.a         \
46
47
        $(HUD_LIBS)
47
48
 
48
49
DISTCLEANFILES += $(DISTANCE_XML_REPORT)
84
85
        -Wall -Werror
85
86
 
86
87
test_usage_db_simple_LDADD = \
 
88
        ../src/libhud-service.a         \
87
89
        $(HUD_LIBS)
88
90
 
89
91
DISTCLEANFILES += $(USAGE_DB_SIMPLE_XML_REPORT)
126
128
        -Wall -Werror
127
129
 
128
130
test_usage_db_old_LDADD = \
 
131
        ../src/libhud-service.a         \
129
132
        $(HUD_LIBS)
130
133
 
131
134
DISTCLEANFILES += $(USAGE_DB_OLD_XML_REPORT)
170
173
        -Wall -Werror
171
174
 
172
175
test_usage_db_ancient_LDADD = \
 
176
        ../src/libhud-service.a         \
173
177
        $(HUD_LIBS)
174
178
 
175
179
EXTRA_DIST += \
214
218
        -Wall -Werror
215
219
 
216
220
test_usage_db_testapp_LDADD = \
 
221
        ../src/libhud-service.a         \
217
222
        $(HUD_LIBS)
218
223
 
219
224
EXTRA_DIST += \
319
324
        -Wall -Werror
320
325
 
321
326
test_bad_app_info_LDADD = \
 
327
        ../src/libhud-service.a         \
322
328
        $(HUD_LIBS)
323
329
 
324
330
#########################
342
348
        -Wall -Werror
343
349
 
344
350
test_load_app_info_LDADD = \
 
351
        ../src/libhud-service.a         \
345
352
        $(HUD_LIBS)
346
353
 
347
354
test-good-app-info-tons-of-entries: good-app-info/tons-of-entries.hud-app-info test-load-app-info test-usage-dump-entries.sql Makefile.am