Skip to content
Snippets Groups Projects
Commit 692e3764 authored by Christian Engwer's avatar Christian Engwer
Browse files

build mv test

[[Imported from SVN: r876]]
parent b5a32220
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment