From ab5696a78727fc9d20a5679481876e926baf7de7 Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Mon, 19 Mar 2012 13:38:41 -0500 Subject: Corrected a Makefile merge omission for tests, stripped down dummy test. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6d4e4ee..0b5a4a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,11 @@ SUBDIRS = \ data \ po +if BUILD_TESTS +SUBDIRS += \ + test +endif + DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations dist-hook: -- cgit v1.2.3