From 894f448bb3ce9c0cd033f486aaaedda0d7a4281b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 2 May 2012 17:25:16 -0700 Subject: extract the strings test into their own Makefile so that we can share it among other indicators --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/Makefile.am') 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) \ -- cgit v1.2.3