diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-02 17:25:16 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-02 17:25:16 -0700 |
commit | 894f448bb3ce9c0cd033f486aaaedda0d7a4281b (patch) | |
tree | aba9a2a5890b7b82c68ca8a7f8ba2870a62302cd /tests/Makefile.am | |
parent | b7a6eedae94cf5276cc549e44af5b4fe7849bda5 (diff) | |
download | ayatana-indicator-session-894f448bb3ce9c0cd033f486aaaedda0d7a4281b.tar.gz ayatana-indicator-session-894f448bb3ce9c0cd033f486aaaedda0d7a4281b.tar.bz2 ayatana-indicator-session-894f448bb3ce9c0cd033f486aaaedda0d7a4281b.zip |
extract the strings test into their own Makefile so that we can share it among other indicators
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0d30bba..5f22130 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,8 @@ +TESTS = +CLEANFILES = + +# stock UMB tests on user-visible strings +include $(srcdir)/Makefile.am.strings AM_CPPFLAGS = \ $(GTEST_CPPFLAGS) \ |