From 6e74352202a0f4d977c32ba9fa8e8d1b3cc76e79 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Tue, 18 Mar 2008 14:22:08 +0000
Subject: [PATCH] test works only with mpi

[[Imported from SVN: r877]]
---
 istl/test/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/istl/test/Makefile.am b/istl/test/Makefile.am
index ecf3c628f..fe721bd41 100644
--- a/istl/test/Makefile.am
+++ b/istl/test/Makefile.am
@@ -1,7 +1,7 @@
 # $Id$
 
 if MPI
-  MPITESTS = indicestest syncertest vectorcommtest \
+  MPITESTS = indicestest indexsettest syncertest vectorcommtest \
 	selectiontest
 endif
 
@@ -14,7 +14,7 @@ if PARDISO
 endif
 
 # which tests where program to build and run are equal
-NORMALTESTS = matrixutilstest matrixtest bvectortest indexsettest \
+NORMALTESTS = matrixutilstest matrixtest bvectortest \
 	bcrsbuildtest matrixiteratortest mv
 
 # list of tests to run (indicestest is special case)
@@ -69,6 +69,7 @@ if MPI
 #selectiontest_DEPENDENCIES = $(LOCAL_LIBS)
 
   indexsettest_SOURCES = indexsettest.cc
+
 #indexsettest_DEPENDENCIES = $(LOCAL_LIBS)
 
   syncertest_SOURCES = syncertest.cc
-- 
GitLab