From b2018a523505279ad822f3b09c3473b5459269ab Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 7 Mar 2013 10:19:26 +0100 Subject: Added configure option to disable the build of tests. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e95f3e73ad..e42447e44f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,9 @@ SUBDIRS += po src if ENABLE_DOC SUBDIRS += doc endif +if ENABLE_TESTS SUBDIRS += tests +endif if HAVE_GUILE SUBDIRS += guile -- cgit v1.2.1