diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-02 11:10:52 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-02 11:10:52 -0700 |
commit | b7a6eedae94cf5276cc549e44af5b4fe7849bda5 (patch) | |
tree | 3094cc3300bda1559998bc9b1dcda89d08d711af /Makefile.am | |
parent | 1ddba0eb336a87dafc522f15be584ba4cbdc97d5 (diff) | |
parent | ea22a6005cd8c2c07447bb7303f542d4e00570ad (diff) | |
download | ayatana-indicator-session-b7a6eedae94cf5276cc549e44af5b4fe7849bda5.tar.gz ayatana-indicator-session-b7a6eedae94cf5276cc549e44af5b4fe7849bda5.tar.bz2 ayatana-indicator-session-b7a6eedae94cf5276cc549e44af5b4fe7849bda5.zip |
merge lp:~charlesk/indicator-session/gtest to add Google Test + libdbustest
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bb27c84..ad42d8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,12 @@ SUBDIRS = \ data \ po +if BUILD_TESTS +SUBDIRS += tests +# build src first +tests: src +endif + EXTRA_DIST = autogen.sh DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |