From 692e3764f5d956d0666fd39dc13d0a19eaaebbe1 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Tue, 18 Mar 2008 14:02:21 +0000 Subject: [PATCH] build mv test [[Imported from SVN: r876]] --- istl/test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/istl/test/Makefile.am b/istl/test/Makefile.am index bdb915785..ecf3c628f 100644 --- a/istl/test/Makefile.am +++ b/istl/test/Makefile.am @@ -15,7 +15,7 @@ endif # which tests where program to build and run are equal NORMALTESTS = matrixutilstest matrixtest bvectortest indexsettest \ - bcrsbuildtest matrixiteratortest + bcrsbuildtest matrixiteratortest mv # list of tests to run (indicestest is special case) TESTS = $(NORMALTESTS) $(MPITESTS) $(SUPERLUTESTS) $(PARDISOTEST) @@ -54,6 +54,8 @@ matrixiteratortest_SOURCES = matrixiteratortest.cc matrixtest_SOURCES = matrixtest.cc +mv_SOURCES = mv.cc + if MPI indicestest_SOURCES = indicestest.cc -- GitLab