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

We need the DUNE_CPPFLAGS, too.

[[Imported from SVN: r1261]]
parent 0c7f6db0
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ endif
# which tests where program to build and run are equal
NORMALTESTS = basearraytest matrixutilstest matrixtest bvectortest vbvectortest \
bcrsbuildtest matrixiteratortest mv iotest scaledidmatrixtest
bcrsbuildtest matrixiteratortest mv iotest scaledidmatrixtest\
cvectorcmatrix
# list of tests to run (indicestest is special case)
TESTS = $(NORMALTESTS) $(MPITESTS) $(SUPERLUTESTS) $(PARDISOTEST) $(PARMETISTESTS)
......@@ -66,6 +67,8 @@ iotest_SOURCES = iotest.cc
scaledidmatrixtest_SOURCES = scaledidmatrixtest.cc
cvectorcmatrix_SOURCES = cvectorcmatrix.cc
if MPI
indicestest_SOURCES = indicestest.cc
indicestest_CPPFLAGS = $(AM_CPPFLAGS) \
......
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