aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-03-11 16:21:14 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-03-11 16:21:14 +0000
commit467b5a9ba77de55ba2e94524e7b71b242732082b (patch)
tree73bec647407d8e29c7b7f92ebb2f969c7293b01d /Makefile.am
parentae80ff1884e3d0173eb348b30d61fba2ccdd8ca1 (diff)
parent5133bf06e0398d43861ac0d2b19ca9bc9a03ec1e (diff)
downloadayatana-indicator-messages-467b5a9ba77de55ba2e94524e7b71b242732082b.tar.gz
ayatana-indicator-messages-467b5a9ba77de55ba2e94524e7b71b242732082b.tar.bz2
ayatana-indicator-messages-467b5a9ba77de55ba2e94524e7b71b242732082b.zip
Sanity tests to test basic features of the messaging menu
Approved by: Charles Kerr, PS Jenkins bot
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f8141a8..a48804e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,10 +12,10 @@ endif
if BUILD_TESTS
SUBDIRS += \
- test
+ tests
# build src first
-test: src
+tests: src libmessaging-menu
endif