From bd5ad408abc6c4f69e5de92ed8aac9e286cde85b Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Mon, 10 Sep 2012 08:53:24 +0000
Subject: [PATCH] put each test on a separate line, and order them
 alphabetically

[[Imported from SVN: r1699]]
---
 dune/istl/test/Makefile.am | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/dune/istl/test/Makefile.am b/dune/istl/test/Makefile.am
index 752ab52f6..bad932b37 100644
--- a/dune/istl/test/Makefile.am
+++ b/dune/istl/test/Makefile.am
@@ -17,8 +17,20 @@ if PARDISO
 endif
 
 # which tests where program to build and run are equal
-NORMALTESTS = basearraytest matrixutilstest matrixtest mmtest bvectortest complexrhstest dotproducttest vbvectortest \
-	bcrsbuildtest matrixiteratortest mv iotest scaledidmatrixtest seqmatrixmarkettest
+NORMALTESTS = basearraytest \
+              bcrsbuildtest \
+              bvectortest \
+              complexrhstest \
+              dotproducttest \
+              iotest \
+              matrixiteratortest \
+              matrixtest \
+              matrixutilstest \
+              mmtest \
+              mv \
+              scaledidmatrixtest \
+              seqmatrixmarkettest \
+              vbvectortest
 
 # list of tests to run (indicestest is special case)
 TESTS = $(NORMALTESTS) $(MPITESTS) $(SUPERLUTESTS) $(PARDISOTEST) $(PARMETISTESTS)
-- 
GitLab