~ken-vandine/libdbusmenu/lp_862989

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Ted Gould
  • Author(s): Dennis Schridde
  • Date: 2011-09-20 04:43:26 UTC
  • Revision ID: ted@gould.cx-20110920044326-bfuv54tnshe9cfka
Adding an optional build of the dumper

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        test-glib-properties \
13
13
        test-glib-proxy \
14
14
        test-glib-simple-items \
15
 
        test-glib-submenu \
 
15
        test-glib-submenu
 
16
 
 
17
if WANT_DBUSMENUDUMPER
 
18
TESTS += \
16
19
        test-json
 
20
endif
17
21
 
18
22
if WANT_LIBDBUSMENUGTK
19
23
TESTS += \
50
54
        test-glib-proxy-proxy \
51
55
        test-glib-submenu-client \
52
56
        test-glib-submenu-server \
53
 
        test-glib-simple-items \
 
57
        test-glib-simple-items
 
58
 
 
59
if WANT_DBUSMENUDUMPER
 
60
check_PROGRAMS += \
54
61
        test-json-client \
55
62
        test-json-server
 
63
endif
56
64
 
57
65
if WANT_LIBDBUSMENUGTK
58
66
check_PROGRAMS += \