~ci-train-bot/indicator-messages/indicator-messages-ubuntu-zesty-2138

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: CI Train Bot
  • Author(s): Ted Gould
  • Date: 2015-03-11 16:21:14 UTC
  • mfrom: (440.1.22 sanity-testing)
  • Revision ID: ci-train-bot@canonical.com-20150311162114-cq0dygqpb6wx5gzn
Sanity tests to test basic features of the messaging menu
Approved by: Charles Kerr, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
if BUILD_TESTS
14
14
SUBDIRS += \
15
 
        test
 
15
        tests
16
16
 
17
17
# build src first
18
 
test: src
 
18
tests: src libmessaging-menu
19
19
 
20
20
endif
21
21