Skip to content
Snippets Groups Projects
Commit f1f69b87 authored by Markus Blatt's avatar Markus Blatt
Browse files

Activate mmtest

[[Imported from SVN: r1690]]
parent 95a789a0
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ superlctest
superlustest
superlutest
superlztest
mmtest
mv
iotest
scaledidmatrixtest
......
......@@ -17,7 +17,7 @@ if PARDISO
endif
# which tests where program to build and run are equal
NORMALTESTS = basearraytest matrixutilstest matrixtest bvectortest complexrhstest dotproducttest vbvectortest \
NORMALTESTS = basearraytest matrixutilstest matrixtest mmtest bvectortest complexrhstest dotproducttest vbvectortest \
bcrsbuildtest matrixiteratortest mv iotest scaledidmatrixtest seqmatrixmarkettest
# list of tests to run (indicestest is special case)
......@@ -85,6 +85,8 @@ matrixiteratortest_SOURCES = matrixiteratortest.cc
matrixtest_SOURCES = matrixtest.cc
mmtest_SOURCES = mmtest.cc
mv_SOURCES = mv.cc
iotest_SOURCES = iotest.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