Skip to content
Snippets Groups Projects
Commit bd5ad408 authored by Oliver Sander's avatar Oliver Sander
Browse files

put each test on a separate line, and order them alphabetically

[[Imported from SVN: r1699]]
parent 6c4ed391
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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