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 ...@@ -17,8 +17,20 @@ if PARDISO
endif endif
# which tests where program to build and run are equal # which tests where program to build and run are equal
NORMALTESTS = basearraytest matrixutilstest matrixtest mmtest bvectortest complexrhstest dotproducttest vbvectortest \ NORMALTESTS = basearraytest \
bcrsbuildtest matrixiteratortest mv iotest scaledidmatrixtest seqmatrixmarkettest bcrsbuildtest \
bvectortest \
complexrhstest \
dotproducttest \
iotest \
matrixiteratortest \
matrixtest \
matrixutilstest \
mmtest \
mv \
scaledidmatrixtest \
seqmatrixmarkettest \
vbvectortest
# list of tests to run (indicestest is special case) # list of tests to run (indicestest is special case)
TESTS = $(NORMALTESTS) $(MPITESTS) $(SUPERLUTESTS) $(PARDISOTEST) $(PARMETISTESTS) 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