From db2ea09ff106ba4626c6c7d7d04388c413cad541 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Mon, 30 Oct 2006 13:15:50 +0000
Subject: [PATCH] build only during test

[[Imported from SVN: r665]]
---
 doc/comm/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/comm/Makefile.am b/doc/comm/Makefile.am
index eea4594ac..c21f7cbef 100644
--- a/doc/comm/Makefile.am
+++ b/doc/comm/Makefile.am
@@ -20,7 +20,11 @@ CURDIR=doc/$(RELDIR)
 BASEDIR=../../..
 commdir=$(datadir)/doc/dune-istl/comm
 
-noinst_PROGRAMS = $(MPIPROGRAMS)
+# list of tests to run (indicestest is special case)
+TESTS = $(MPIPROGRAMS)
+
+# programs just to build when "make check" is used
+check_PROGRAMS = $(MPIPROGRAMS)
 
 indexset_SOURCES = indexset.cc buildindexset.hh reverse.hh
 indexset_CXXFLAGS = $(MPI_CPPFLAGS)
-- 
GitLab