aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 15:31:28 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 15:31:28 -0500
commitc9f1e2838a8da6eefb875fee2e3b43a8a04efb80 (patch)
tree2bfd914a9100a79c80b666297f5cbe4c9bd9b69e /Makefile.am
parent5996de39f38da7d605a999100a6c4a571ad6b66e (diff)
parent0e5b8f77b3320b12f497153b7a781272aacac00a (diff)
downloadayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.tar.gz
ayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.tar.bz2
ayatana-indicator-messages-c9f1e2838a8da6eefb875fee2e3b43a8a04efb80.zip
Merge of prior fixes for TDD tooling.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d4e4ee..bef67bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,18 @@ SUBDIRS = \
data \
po
+if BUILD_TESTS
+SUBDIRS += \
+ test
+
+# build src first
+test: src
+
+endif
+
+
+
+
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations
dist-hook: